home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -seriously_amiga- / misc / vinced / install / install_vnc < prev    next >
Text File  |  1999-04-19  |  131KB  |  4,738 lines

  1. ; $VER: Install_ViNCEd 41.8 (23.1.99)
  2. ; Script to install ViNCEd version 41.66
  3. ; © 1993-1999 THOR - Software
  4. ;
  5. ; The installer software is copyrighted © 1993 CBM/AI/ESCOM/GATEWAY, whatever...
  6. ;
  7.  
  8. ; tell the user that we're 0% done
  9. (complete 0)
  10.  
  11. ;=============================================================================
  12. ;###procedures###
  13. ; useful procedure
  14.  
  15. (procedure TERMINATE (makeassign "..VNC..")
  16.  
  17. )
  18.  
  19. (procedure JOIN (
  20.  
  21. (if (not (exists (#name)))
  22.     ;then
  23.     (abort (#exit-not-found name 0))
  24. )
  25.  
  26. (if (set ioerr (run ("c:copy \"%s\" to t:__tempfile__" #name)))
  27.     ;then
  28.     (abort (#exit-not-found name ioerr))
  29. )
  30.  
  31. (if (set ioerr (run ("join t:__tempfile__ \"%s\" to \"%s\"" #joinsoure #name)))
  32.     ;then
  33.     (abort (#exit-not-found name ioerr))
  34. )
  35.     
  36. (run ("c:delete t:__tempfile__"))
  37.         
  38. ))
  39.  
  40.  
  41. (procedure INSTALL_LANGUAGE (
  42.  
  43. (set #locale (tackon #target "Locale"))
  44.  
  45. (if (not (exists #locale))
  46.     (makedir #locale)
  47. )
  48.  
  49. (set #locale (tackon #locale "Catalogs"))
  50.  
  51. (if (not (exists #locale))
  52.     (makedir #locale)
  53. )
  54.  
  55. (set #locale (tackon #locale #lang_arg))
  56.  
  57. (if (not (exists #locale))
  58.     (makedir #locale)
  59. )
  60.  
  61.  
  62. (if (> @user-level 1)
  63.     ;then
  64.               (
  65.         (set #locale
  66.                    (askdir     (prompt #where-locale)
  67.                            (help #where-locale-help)
  68.                     (default #locale)
  69.             )
  70.               )
  71.     )
  72. )
  73.  
  74. (if (<> #locale "")
  75.     (
  76.  
  77.         (set #locale (tackon #locale "VNC"))
  78.  
  79.         (if (not (exists #locale))
  80.             (makedir #locale)
  81.         )
  82.  
  83.         (set #locale_source (tackon "..VNC..:LOCALE/catalogs" (tackon #lang_arg "VNC")))
  84.  
  85.         (copyfiles
  86.             (source #locale_source)
  87.             (dest #locale)
  88.             (all)
  89.         )
  90.     )
  91.  
  92. )
  93.  
  94. ))
  95.  
  96. ;==========================================================================
  97. ; termination stuff
  98.  
  99. (onerror (TERMINATE))
  100.  
  101. ;==========================================================================
  102. ; get current WB version
  103. (set #version (/ (getversion "LIBS:version.library") 65536))
  104.  
  105. ;get language specific strings
  106. ;==========================================================================
  107. ;###english###
  108. ; English strings
  109.  
  110. (set #default_lang 1)
  111.  
  112. (set #yes "Yes")
  113. (set #no  "No")
  114.  
  115. (set #which-disk
  116. (cat "In which disk should ViNCEd be installed?"
  117. ))
  118.  
  119. (set #exit-not-decoded
  120. (cat "The SetVNC program can't be decoded. Conact the author at "
  121.      "thor@math.tu-berlin.de."
  122. ))
  123.  
  124. (set #which-disk-help
  125. (cat "\nThis section lets you choose in which disk the "
  126.      "ViNCEd files should be installed. These should normally go in the same "
  127.      "location as the Workbench files, i.e. the boot partition or -disk.\n\n"
  128.      @askdir-help
  129. ))
  130.  
  131. (set #no-assign
  132. (cat "\nThe destination has to be a system disk. The drawers S,DEVS,LIBS "
  133.      "and C must exist there.\n\n"
  134. ))
  135.  
  136. (set #old-name
  137. (cat "OLD"
  138. ))
  139.  
  140. (set #move-old
  141. (cat "\n\nDo you want to backup the following files "
  142.      "to the \"%s\" drawer?\n\n%s" 
  143. ))
  144.  
  145. (set #move-old-help
  146. (cat "\nInstalling ViNCEd will replace some current Workbench files, "
  147.      "the Startup- and MountList files. "
  148.      "In order to preserve any changes you have previously made to these "
  149.      "files, the installation process will copy them to the \"%s\" drawer "
  150.      "where they can be found later on."
  151. ))
  152.  
  153. (set #move-old-1
  154. (cat "Copy"
  155. ))
  156.  
  157. (set #move-old-2
  158. (cat "Skip"
  159. ))
  160.  
  161. (set #ask-vnc
  162. (cat "Please locate the ViNCEd source directory:"
  163. ))
  164.  
  165. (set #ask-vnc-help
  166. (cat "Please specify here the directory where you've unpacked the "
  167.      "archive to. The default I selected for you should work in "
  168.      "(almost) all cases, so don't worry about selecting another "
  169.      "source.\n\n"
  170.      @askdir-help
  171. ))
  172.  
  173. (set #do-mount
  174. (cat    "Do you want to add the mount entries for the ViNCEd handler?"
  175. ))
  176.  
  177. (set #mount-help
  178. (cat    "If you want to install ViNCEd as a shell window driver "
  179.     "you must MOUNT ViNCEd as a device, like the RAD ram disk or a "
  180.     "hard disk. The information needed how to do this is "
  181.     "included in mount entries, which must be added to the "
  182.     "system list of devices. I advise you to answer with a YES "
  183.     "since NOT mounting ViNCEd is rather useless. "
  184. ))
  185.  
  186. (set #modify-startup
  187. (cat    "Do you want to mount ViNCEd automatically on startup?"
  188. ))
  189.  
  190. (set #override-con
  191. (cat    "Replace the CON: handler by ViNCEd?"
  192. ))
  193.  
  194. (set #override-help
  195. (cat    "With an extra command added to the startup-sequence "
  196.     "ViNCEd can be configured to replace Commodore's "
  197.     "system window handler, CON:. This results in opening "
  198.     "every console window, like the windows used for ARexx, "
  199.     "Ed and much more, as an ViNCEd window. If you choose to "
  200.     "do so, I advice you NOT to turn on the "
  201.     "\"Use Shell Mode by Default\" flag in the preferences "
  202.     "editor. Read more about this in the guide."
  203. ))
  204.  
  205. (set #modify-startup-help
  206. (cat    "The command to be added is \"%s\"\n\n"
  207.     "This will mount ViNCEd automatically."
  208. ))
  209.  
  210. (set #which-name
  211. (cat    "Mount ViNCEd under which name?"
  212. ))
  213.  
  214. (set #which-name-help
  215. (cat    "ViNCEd can be mounted as VNC: or as NEWCON:. "
  216.     "It works fine under both names, but you should use NEWCON: "
  217.     "with Workbench 1.3 to replace the system window handler. "
  218. ))
  219.  
  220. (set #copy-lib
  221. (cat    "Do you want to copy the vnc.library to the LIBS: drawer?"
  222. ))
  223.  
  224. (set #copy-lib-help
  225. (cat    "The vnc.library is the heart of the ViNCEd window driver and "
  226.     "contains the handler itself. The window handler won't work "
  227.     "with it, and not installing it makes the installation useless."
  228. ))
  229.  
  230. (set #copy-setvnc
  231. (cat    "Do you want to copy the SetVNC control "
  232.     "program to the C: drawer?"
  233. ))
  234.  
  235. (set #copy-setvnc-help
  236. (cat    "The SetVNC program acts as a preference program for the ViNCEd "
  237.     "system. It provides not only a complete preferences editor, but "
  238.     "also functions for job control. Please consult the guide to find "
  239.     "out more about this program."
  240. ))
  241.  
  242. (set #do-locale
  243. (cat    "Which languages do you want to install?"
  244. ))
  245.  
  246. (set #locale-help
  247. (cat    "ViNCEd can be localized for various languages. Please mark "
  248.     "here all languages you like to install. The necessary localization "
  249.     "data will be then copied to your system as part of the "
  250.     "installation process, namely to the LOCALE: drawer."
  251. ))
  252.  
  253. (set #do-prefs
  254. (cat    "Do you want to install the preferences icon?"
  255. ))
  256.  
  257. (set #prefs-help
  258. (cat    "This icon will be copied in your Prefs drawer and will "
  259.     "invoke the preferences editor of ViNCEd, the SetVNC "
  260.     "program. A nice graphical user interface will allow you "
  261.     "to setup the parameters of ViNCEd then."
  262. ))
  263.  
  264. (set #copy-help
  265. (cat    "O.K. to install the ViNCEd online Guide?"
  266. ))
  267.  
  268. (set #copy-help-help
  269. (cat    "The ViNCEd guide is a complete documentation of "
  270.     "the handler and the preferences editor, SetVNC. "
  271.     "It is invoked by the Help key in the shell "
  272.     "or by a Help button in the preferences editor. If you aren't "
  273.     "really low on disk space, you should install it."
  274. ))
  275.  
  276. (set #help-dir
  277. (cat    "Please select the drawer to install the guide in:"
  278. ))
  279.  
  280. (set #help-help
  281. (cat    "ViNCEd comes with an online help guide, using Commodore's "
  282.     "AmigaGuide or MultiView program. Please select the drawer to copy "
  283.     "this database to."
  284. ))
  285.  
  286. (set #do-docs
  287. (cat    "Do you want to install the ViNCEd include files?"
  288. ))
  289.  
  290. (set #docs-where
  291. (cat    "Please select the drawer for the include and link library files:"
  292. ))
  293.  
  294. (set #docs-help
  295. (cat    "If you want to use all the features of ViNCEd, you need "
  296.     "the C- and assembler include files for writing own "
  297.     "programs that call ViNCEd. It is recommended "
  298.     "that you use the link library stub routines for this task. "
  299. ))
  300.  
  301. (set #browser-where
  302. (cat    "Please locate your favorite AmigaGuide browser:"
  303. ))
  304.  
  305. (set #browser-help
  306. (cat    "Please select a program that can display AmigaGuide files. "
  307.     "This should be AmigaGuide or Multiview. As a last resort, "
  308.     "select MORE or Ed that can be found in the Utilities or "
  309.     "C: drawer of your workbench disk."
  310. ))
  311.  
  312. (set #do-scripts
  313. (cat    "Do you want to install the shell scripts?"
  314. ))
  315.  
  316. (set #scripts-help
  317. (cat    "The scripts replace the SetFont and the SetKeyboard command files "
  318.     "in a ViNCEd compatible way. Three other tiny scripts are useful "
  319.     "shortcuts for job control functions. "
  320. ))
  321.  
  322. (set #where-scripts
  323. (cat    "Where shall I copy the scripts to?"
  324. ))
  325.  
  326. (set #where-scripts-help
  327. (cat    "Shell scripts should be usually placed in the S directory of your "
  328.     "startup device, where they will be found by the shell by default. "
  329.     "However, if you prefer a different location, go ahead, but make "
  330.     "shure the shell can find them, or they are useless."
  331. ))
  332.  
  333. (set #where-setvnc
  334. (cat    "Please select the directory to install the "
  335.     "SetVNC program in:"
  336. ))
  337.  
  338. (set #where-setvnc-help
  339. (cat    "The SetVNC program is the ViNCEd control program "
  340.     "and the preferences editor, all in one. It should "
  341.     "usually go to the C: directory. I recommend NOT to "
  342.     "put in into Prefs."
  343. ))
  344.  
  345. (set #where-locale
  346. (cat    "Where to install the catalog files to? (A directory "
  347.     "VNC will be created):"
  348. ))
  349.  
  350. (set #where-locale-help
  351. (cat    "Please select the directory I shall copy the catalog "
  352.     "files to, i.e. the files containing the translations "
  353.     "of ViNCEd to different languages. A directory named "
  354.     "VNC will be created for "
  355.     "you at the location you've selected. "
  356.     "The default is usually good enough."
  357. ))
  358.  
  359. (set #where-devs
  360. (cat    "Where to install the mount icons to?"
  361. ))
  362.  
  363. (set #where-devs-help
  364. (cat    "The mount icons are required to mount the ViNCEd handler on "
  365.     "startup. They are read by the startup-sequence by the "
  366.     "mount command at boot time. These icons should usually go "
  367.     "into the DEVS/DosDrivers directory."
  368. ))
  369.  
  370. (set #where-prefs
  371. (cat    "Where to install the prefs editor icon?"
  372. ))
  373.  
  374. (set #where-prefs-help
  375. (cat    "Please select the directory where to copy the SetVNC icon "
  376.     "to. This should usually be the Prefs drawer of your system. "
  377.     "It is, by the way, not required that the SetVNC program is "
  378.     "in the same directory as its icon."
  379. ))
  380.  
  381. (set #where-archive
  382. (cat    "Where to install the preferences settings?"
  383. ))
  384.  
  385. (set #where-archive-help
  386. (cat    "Please select the directory where I shall copy the "
  387.     "preferences settings file to. This should be usually "
  388.     "the ENVARC: assign of your system."
  389. ))
  390.  
  391. (set #where-rexx
  392. (cat    "Please locate the directory containing the rexxsyslib.library:"
  393. ))
  394.  
  395. (set #where-rexx-help
  396. (cat    "Please select here the directory containing the "
  397.     "rexxsyslib.library. This file is usually contained in the "
  398.     "LIBS drawer of your boot disk.\n"
  399.     "I need this information to find out whether the "
  400.     "rexxsyslib.library is an older version which is buggy and "
  401.     "where I can apply a patch to to fix it. You will be asked "
  402.     "about the patch separately again."
  403. ))    
  404.  
  405. (set #replace-old
  406. (cat    "Install 3.6x settings and replace the old 3.5x prefs?"
  407. ))
  408.  
  409. (set #replace-old-help
  410. (cat    "I found some old preferences settings in your ENVARC:sys drawer. "
  411.     "The new versions of ViNCEd are still able to read the old "
  412.     "format, but this support will be removed in one of the next "
  413.     "releases. Not all of the old flags will be respected, however, "
  414.     "by the new ViNCEd version, some details must be reconfigured. "
  415.     "If you install a new preferences file, the old settings "
  416.     "will be still kept in their original location, so nothing is "
  417.     "lost; but they will be ignored by ViNCEd if a newer preferences "
  418.     "release is available. If, after installation, you want to "
  419.     "reestablish your old settings, you could simply delete the "
  420.     "ENVARC:ViNCEd.prefs file, but don't forget to run \"SetVNC\" "
  421.     "some time later since support for the old format won't last "
  422.     "forever."
  423. ))
  424.  
  425. (set #copy-icon
  426. (cat    "Do you want to replace the shell icon?"
  427. ))
  428.  
  429. (set #copy-icon-help
  430. (cat    "If you want to use ViNCEd as shell editor, I advice you to "
  431.     "replace the system icon by the icon that comes with this "
  432.     "archive. It selects a ViNCEd path as shell window."
  433. ))
  434.  
  435. (set #where-shell
  436. (cat    "Please select the directory the shell icon resides in:"
  437. ))
  438.  
  439. (set #where-shell-help
  440. (cat    "If you want to replace the default shell icon, "
  441.     "please tell me where you have put it. By default, this "
  442.     "is either the root directory of your boot-volume, or "
  443.     "the Systems drawer. Please note that I need the "
  444.     "DIRECTORY, not the file!"
  445. ))
  446.  
  447. (set #where-lib
  448. (cat    "Please select the directory to copy "
  449.     "the vnc.library to:"
  450. ))
  451.  
  452. (set #where-lib-help
  453. (cat    "The vnc.library is the main library of ViNCEd, "
  454.     "it contains the all handler functions. You should "
  455.     "usually install this in your LIBS: directory."
  456. ))
  457.  
  458. (set #do-patch
  459. (cat    "Do you want to patch ARexx to remove a bug?"
  460. ))
  461.  
  462. (set #patch-help
  463. (cat    "The rexxsyslib.library function WaitDosPacket has a bug "
  464.     "which might cause crashes. This is not a "
  465.     "specific ViNCEd problem, and "
  466.     "may also occur with other programs. You should install "
  467.     "this patch to repair the library."
  468. ))
  469.  
  470. (set #copy-stringsnip
  471. (cat    "Do you want to install the StringSnip command?"
  472. ))
  473.  
  474. (set #install-stringsnip
  475. (cat    "Do you want to install StringSnip at startup time?"
  476. ))
  477.  
  478. (set #stringsnip-help
  479. (cat    "StringSnip is a small utility, which, if installed, enhances "
  480.     "the editor features of string gadgets in a way comparable "
  481.     "to ViNCEd. Amiga-X cut the contents, Amiga-C copies them and "
  482.     "Amiga-V inserts the clipboard. Additional cursor key "
  483.     "combinations like those provided by ViNCEd make this a useful "
  484.     "tool, which works independent from ViNCEd."
  485. ))
  486.  
  487. (set #where-stringsnip
  488. (cat    "Where to install the StringSnip program?"
  489. ))
  490.  
  491. (set #where-stringsnip-help
  492. (cat    "Please select a directory where I shall copy the "
  493.     "StringSnip utility to and where it is loaded from "
  494.     "on startup. This should be usually the "
  495.     "C: directory of your boot disk.\n"
  496.     #stringsnip-help
  497. ))
  498.  
  499. (set #copy-multiassigns
  500. (cat    "Do you want to install the TrueMultiAssigns command?"
  501. ))
  502.  
  503. (set #install-multiassigns
  504. (cat    "Do you want to run TrueMultiAssigns at startup time?"
  505. ))
  506.  
  507. (set #multiassigns-help
  508. (cat    "The TrueMultiAssigns program is a patch command that makes the "
  509.     "pattern matching routines of AmigaDOS operating correctly on "
  510.     "multi directory assigns. "
  511.     "The TAB expansion directory cache of ViNCEd expects that this "
  512.     "patch is installed, so please add it to the system. "
  513.     "Several programs can be found for the same job, but all I "
  514.     "inspected are more or less broken, including MultiCX and "
  515.     "the old TrueMultiAssigns 1.02 by Marcus Wild, and don't work "
  516.     "with ViNCEd. I recommend to use my patch, since it has been "
  517.     "tested to support ViNCEd."
  518. ))
  519.  
  520. (set #where-multiassigns
  521. (cat    "Where shall I install TrueMultiAssigns?"
  522. ))
  523.  
  524. (set #where-multiassigns-help
  525. (cat    "Please select a directory where I shall copy the "
  526.     "TrueMultiAssigns program to. It will be loaded from there "
  527.     "at startup time. This should be usually the C: directory of "
  528.     "your boot disk.\n"
  529.     #multiassigns-help
  530. ))
  531.  
  532. (set #copy-tbiclass
  533. (cat     "Do you want to install the titlebar image class?"
  534. ))
  535.  
  536. (set #where-tbiclass
  537. (cat    "Where to install the titlebar image class?"
  538. ))
  539.  
  540. (set #copy-tbiclass-help
  541. (cat    "The titlebar image class, written by Massimo Tantignone and "
  542.     "included with his friendly permission, customizes ViNCEd's "
  543.     "title bar images - the macro buttons as well as the iconification "
  544.     "gadget. This class is not a MUST, ViNCEd will provide its own "
  545.     "images if it is not available. It is therefore a matter of "
  546.     "personal style whether you prefer ViNCEd's default or Massimo's "
  547.     "titlebar button style.\n"
  548.     "This class IS, TOO, NOT required if you're already running "
  549.     "VisualPrefs because it is then provided anyhow."
  550. ))
  551.  
  552. (set #where-tbiclass-help
  553. (cat    "The titlebar image class should usually go to all the other "
  554.     "image classes, namely to \"SYS:Classes/Images/titlebar.image\".\n"
  555.     "There's usually little reason to put it elsewhere, but remember "
  556.     "that ViNCEd tries to open this class as \"images/titlebar.image\" "
  557.     "so a sub-directory named \"images\" is MANDATORY.\n"
  558.     #copy-tbiclass-help
  559. ))
  560.  
  561. (set #copy-unixdirs
  562. (cat    "Do you want to install the UnixDirs command?"
  563. ))
  564.  
  565. (set #install-unixdirs
  566. (cat    "Do you want to run UnixDirs at startup time?"
  567. ))
  568.  
  569. (set #unixdirs-help
  570. (cat    "This fine program, developped by Timo Kaikumaa, adds "
  571.     "unix style directory addressing to the Amiga OS. To give "
  572.     "an example, the dot (.) can be used to refer to the current "
  573.     "directory, the double dot (..) is a replacement for the "
  574.     "parent directory and the single slash refers to the root "
  575.     "directory. By default, the star (*) gets also a legal "
  576.     "wild card character, replacing the usual #? sequence.\n"
  577.     "Thanks goes to Timo for allowing me to redistribute his "
  578.     "patch."
  579. ))
  580.  
  581. (set #where-unixdirs
  582. (cat    "Where to install the UnixDirs program?"
  583. ))
  584.  
  585. (set #where-unixdirs-help
  586. (cat    "Please select a directory where to copy the UnixDirs program"
  587.     "to. This should be usually the C: directory of your "
  588.     "boot disk where this tool can be loaded from on "
  589.     "startup-time.\n"
  590.     #unixdirs-help
  591. ))
  592.  
  593. (set #copy-uxhelp
  594. (cat    "O.K. to install the UnixDirs Guide?"
  595. ))
  596.  
  597. (set #copy-uxhelphelp
  598. (cat    "This is the documentation for the UnixDirs "
  599.     "program by Timo Kaikumaa. Unless you're really "
  600.     "low on disk space, please install it as well."
  601. ))
  602.  
  603. (set #copy-topaz6
  604. (cat    "Do you want to install the topaz6 font?"
  605. ))
  606.  
  607. (set #copy-topaz6-help
  608. (cat    "The topaz6 font is a 6x8 font which replaces the XEN.8 font. "
  609.     "Unlike the XEN font, which is a proportional font and "
  610.     "therefore not well suited for ViNCEd, the topaz6.8 works fine. "
  611.     "This font is complete and contains all special characters of "
  612.     "the LATIN-ANSI character set."
  613. ))
  614.  
  615. (set #where-topaz6
  616. (cat    "Where to install the topaz6 font?"
  617. ))
  618.  
  619. (set #where-topaz6-help
  620. (cat    "Please select a directory where to copy the font files to. "
  621.     "This should usually the FONTS: directory of your boot disk "
  622.     "or any other place where it can be found by the system.\n"
  623.     #copy-topaz6-help
  624. ))
  625.  
  626.  
  627. (set #where-uxhelp
  628. (cat    "Where to install the UnixDirs guide?"
  629. ))
  630.  
  631. (set #where-uxhelp-help
  632. (cat    "Please select a directory where I shall copy the "
  633.     "documentation of the UnixDirs program to. You're "
  634.     "completely free in your choice."
  635. ))
  636.  
  637. (set #which-prefs
  638. (cat    "Which ViNCEd configuration do you want to install?"
  639. ))
  640.  
  641. (set #which-prefs-help
  642. (cat    "Please select one of the ViNCEd configurations listed below: "
  643.     "The \"Default Prefs\" are the ViNCEd factory defaults, "
  644.     "\"My Prefs\" are the settings I work with, "
  645.     "\"XTerm like\" is what in my experience most people prefer. "
  646.     "\"none\" means that no preferences will be installed; this means "
  647.     "that ViNCEd will use the factory defaults unless there are "
  648.     "still old preferences available that should not be overwritten.\n"
  649.     "Most of these settings might still require some adjustments for "
  650.     "your personal style, however. Use the \"SetVNC\" program in the "
  651.     "Prefs drawer of your system to change these settings when the "
  652.     "installation is complete."
  653. ))
  654.  
  655. (set #prefs-standard
  656. (cat    "Default Configuration"
  657. ))
  658.  
  659. (set #prefs-mine
  660. (cat    "My Configuration"
  661. ))
  662.  
  663. (set #prefs-xterm
  664. (cat    "XTerm like"
  665. ))
  666.  
  667. (set #prefs-none
  668. (cat    "none"
  669. ))
  670.  
  671. (set #patch-more-pi
  672. (cat    "Should I patch a bug in the More command?"
  673. ))
  674.  
  675. (set #patch-more-help
  676. (cat    "The More program disables iconfication of the ViNCEd window "
  677.     "it was started in. This patch fixes the problem for the 40.3 "
  678.     "version of More and updates the version to 40.4."
  679. ))
  680.  
  681. (set #where-more
  682. (cat    "Please locate the More command:"
  683. ))
  684.  
  685. (set #where-more-help
  686. (cat    "Please select the More command with the file requester. You "
  687.     "will usually find it in the \"Utilities\" drawer of your "
  688.     "system partition.\n"
  689.     #patch-more-help
  690. ))
  691.  
  692. (set #install-named-pi
  693. (cat    "Should I install the NamedConsoleHandler?"
  694. ))
  695.  
  696. (set #install-named-help
  697. (cat    "The NamedConsoleHandler works around a feature of the Os "
  698.     "releases 2.0 and 2.1 which breaks the ^Z key for ViNCEd. "
  699.     "There's no need to install it for Os 3.0 and 3.1, though. "
  700. ))
  701.  
  702. (set #install-named-where
  703. (cat    "Where to install the NamedConsoleHandler?"
  704. ))
  705.  
  706. (set #install-named-where-help
  707. (cat    "The NamedConsoleHandler should usually go to the L: drawer "
  708.     "of your boot partition, where all other handlers are kept "
  709.     "as well.\n"
  710.     #install-named-help
  711. ))
  712.  
  713. (set #install-named-icon
  714. (cat    "Where to keep the NamedConsole mount icon?"
  715. ))
  716.  
  717. (set #install-named-icon-help
  718. (cat    "The NamedConsoleHandler mount icon should usually go to "
  719.     "DEVS:DosDrivers, where all other mount icons are kept. "
  720.     "To enable the ^Z feature of ViNCEd for Os releases 2.0 and "
  721.     "2.1, this icon must be mounted during startup.\n"
  722.     #install-named-help
  723. ))
  724.  
  725. (set #exit-not-found
  726. (cat    "Unable to find your file \"%s\" - DOS error %ld "
  727.     "- installation aborted. "
  728. ))
  729.  
  730. (set #exit-text
  731. (cat    "Installation of ViNCEd done. You should reboot now.\n"
  732.     "Hope you enjoy ViNCEd as much as I do..."
  733. ))
  734.  
  735. ;=============================================================================
  736. ;###german###
  737. ; German strings
  738.  
  739. (if (= @language "deutsch")
  740. (
  741. (set #default_lang 2)
  742.  
  743. (set #yes "Ja")
  744. (set #no  "Nein")
  745.  
  746. (set #which-disk
  747. (cat "Auf welcher Diskette oder Festplatte soll ViNCEd "
  748.      "installiert werden?"
  749. ))
  750.  
  751. (set #which-disk-help
  752. (cat "Hier können Sie wählen, auf welchem Gerät "
  753.      "die ViNCEd-Dateien installiert werden sollen. "
  754.      "Sie sollten normalerweise an dieselbe Stelle installiert werden "
  755.      "wie die Workbench-Dateien, also auf die "
  756.      "Boot-Partition bzw. Diskette.\n\n"
  757.      @askdir-help
  758. ))
  759.  
  760. (set #no-assign
  761. (cat "\nDas Ziel muß ein Systemlaufwerk sein. Die Ordner S,DEVS,LIBS "
  762.      "und C müssen dort vorhanden sein.\n\n"
  763. ))
  764.  
  765. (set #old-name
  766. (cat "ALT"
  767. ))
  768.  
  769. (set #move-old
  770. (cat "\n\nSollen folgende Dateien zur Sicherheit in die "
  771.      "Schublade \"%s\" kopiert werden?\n\n%s"
  772. ))
  773.  
  774. (set #exit-not-decoded
  775. (cat "Das SetVNC Programm kann nicht entkodiert werden. Bitte benachrichtigen "
  776.      "Sie mich unter thor@math.tu-berlin.de."
  777. ))
  778.  
  779. (set #move-old-help
  780. (cat "\nDie Installation von ViNCEd ersetzt die einige der bisherigen "
  781.      "Workbench-Dateien, so die Startup- und MountList Files. "
  782.      "Damit alle Ergänzungen, die Sie früher an diesen Dateien "
  783.      "vorgenommen haben, nicht verloren gehen, werden sie bei der "
  784.      "Installation in die Schublade \"%s\" kopiert, woher Sie "
  785.      "sie später zurückholen können."
  786. ))
  787.  
  788. (set #move-old-1
  789. (cat "Kopieren"
  790. ))
  791.  
  792. (set #move-old-2
  793. (cat "Überspringen"
  794. ))
  795.  
  796.  
  797. (set #ask-vnc
  798. (cat "Bitte wählen Sie den ViNCEd Quellordner aus:"
  799. ))
  800.  
  801. (set #ask-vnc-help
  802. (cat "Bitte wählen Sie hier den Ordner aus, in den Sie das "
  803.      "ViNCEd-Archiv entpackt haben. Die von mir gewählte "
  804.      "Voreinstellung sollte in (fast) allen Fällen funktionieren, "
  805.      "bemühen Sie sich also nicht eine andere auszuwählen.\n\n"
  806.      @askdir-help
  807. ))
  808.  
  809. (set #do-mount
  810. (cat    "Sollen die Mount-Einträge für den ViNCEd Handler kopiert werden?"
  811. ))
  812.  
  813. (set #mount-help
  814. (cat    "Falls Sie ViNCEd als einen Shell-Fester Treiber verwenden "
  815.     "möchten, muß es als ein Gerät vorher angemeldet werden, "
  816.     "ebenso wie die RAD Ramdisk oder eine Festplatte. "
  817.     "Die hierfür notwendigen Informationen befinden sich "
  818.     "in Mount-Einträgen, die zu der Systemliste der Geräte "
  819.     "hinzugefügt werden. Sie sollten hier mit JA antworten, "
  820.     "denn es ist recht witzlos, ViNCEd nicht als ein Gerät "
  821.     "anzumelden."
  822. ))
  823.  
  824. (set #modify-startup
  825. (cat    "Wollen Sie ViNCEd beim Hochfahren des Systems automatisch einbinden?"
  826. ))
  827.  
  828. (set #modify-startup-help
  829. (cat    "Das einzufügende Kommando ist \"%s\"\n\n"
  830.     "Damit wird ViNCEd in das System eingebunden."
  831. ))
  832.  
  833. (set #override-con
  834. (cat    "Soll der CON:-handler durch ViNCEd ersetzt werden?"
  835. ))
  836.  
  837. (set #override-help
  838. (cat    "Durch ein zusätzliches Kommando in der Startup-sequence "
  839.     "kann ViNCEd so konfiguriert werden, daß es den System-"
  840.     "Fenstertreiber CON: ersetzt. Dies führt dazu, daß alle "
  841.     "Programme, die ein Konsolenfenster öffnen, etwa ARexx, "
  842.     "Ed und einige mehr, stattdessen ein komfortableres "
  843.     "ViNCEd Fenster erhalten. Falls Sie diese Option einstellen "
  844.     "möchten, sollten Sie aber das Flag "
  845.     "\"Shell Modus als Voreinstellung\" im Voreinsteller nicht "
  846.     "anwählen. Schauen Sie bitte auch in den Guide, um mehr "
  847.     "hierüber zu erfahren."
  848. ))
  849.  
  850. (set #which-name
  851. (cat    "ViNCEd unter welchem Namen einbinden?"
  852. ))
  853.  
  854. (set #which-name-help
  855. (cat    "ViNCEd kann als VNC: oder als NEWCON: in das System eingebunden "
  856.     "werden. Der Handler funktioniert unter beiden Namen gleich "
  857.     "gut, aber unter Workbench 1.3 sollten Sie NEWCON: verwenden, "
  858.     "um den Betriebssystemtreiber zu ersetzen."
  859. ))
  860.  
  861. (set #copy-lib
  862. (cat    "Soll die vnc.library in den LIBS:-Ordner kopiert werden?"
  863. ))
  864.  
  865. (set #copy-lib-help
  866. (cat    "Die vnc.library ist eine Funktionsbibliothek und stellt "
  867.     "das Herz des gesamten ViNCEd Systems dar, ohne die nichts "
  868.     "funktioniert. Sie enthält den Fenstertreiber, ohne den "
  869.     "die ganze Installation recht witzlos wird."
  870. ))
  871.  
  872. (set #copy-setvnc
  873. (cat    "Soll das SetVNC Programm in die C:-Schublade kopiert werden?"
  874. ))
  875.  
  876. (set #copy-setvnc-help
  877. (cat    "Das SetVNC Programm ist der Voreinsteller für ViNCEd. "
  878.     "Es enthält nicht nur eine graphische Oberfläche für die "
  879.     "Voreinstellungen, sondern auch Funktionen für die Job-"
  880.     "Kontrolle. Schauen Sie bitte in die Anleitung, um mehr "
  881.     "über dieses Programm herauszufinden."
  882. ))
  883.  
  884. (set #do-locale
  885. (cat    "Welche Übersetzungen sollen installiert werden?"
  886. ))
  887.  
  888. (set #locale-help
  889. (cat    "ViNCEd beherrscht verschiedene Sprachen, benötigt aber "
  890.     "dafür Katalogfiles, die als Teil der Installation in "
  891.     "den LOCALE: Ordner kopiert werden. Bitte wählen Sie hier "
  892.     "aus, welche Sprachen Sie installieren wollen."
  893. ))
  894.  
  895. (set #do-prefs
  896. (cat    "Soll das Voreinsteller-Icon installiert werden?"
  897. ))
  898.  
  899. (set #prefs-help
  900. (cat    "Dieses Piktogramm wird in den Prefs-Ordner kopiert "
  901.     "und ruft das SetVNC-Programm als Voreinsteller von "
  902.     "ViNCEd auf. Sie können dann mit einer netten graphischen "
  903.     "Benutzeroberfläche die Voreinstellungen des ViNCEd-Systems "
  904.     "Ihren Bedürfnissen anpassen."
  905. ))
  906.  
  907. (set #copy-help
  908. (cat    "Möchten Sie die ViNCEd Online-Dokumentation installieren?"
  909. ))
  910.  
  911. (set #copy-help-help
  912. (cat    "Der ViNCEd Guide ist eine vollständige Dokumentation des "
  913.     "Fenstertreibers und des Einstellungsprogrammes SetVNC. "
  914.     "Er wird aufgerufen, wenn Sie in der Shell die Help Taste "
  915.     "oder einen Hilfe-Knopf im Voreinsteller drücken. "
  916.     "Falls Ihre Platte nicht wirklich voll ist, sollten Sie "
  917.     "diese Anleitung auch installieren."
  918. ))
  919.  
  920. (set #help-dir
  921. (cat    "Bitte wählen Sie den Ordner, in den der Guide "
  922.     "installiert werden soll:"
  923. ))
  924.  
  925. (set #help-help
  926. (cat    "ViNCEd besitzt eine Online-Hilfe, die mittels Commodores AmigaGuide "
  927.     "oder Multiview Programmes Hilfestellung bei der Arbeit mit ViNCEd bietet. Geben Sie "
  928.     "hier an, in welchen Order der Datensatz kopiert werden soll."
  929. ))
  930.  
  931. (set #do-docs
  932. (cat    "Sollen die ViNCEd Include-Dateien installiert werden?"
  933. ))
  934.  
  935. (set #docs-where
  936. (cat    "In welchen Ordner sollen die Include-Files installiert werden:"
  937. ))
  938.  
  939. (set #docs-help
  940. (cat    "Wenn Sie alle Möglichkeiten ViNCEds nutzen wollen, so benötigen "
  941.     "Sie zum Erstellen von Programmen, die ViNCEd aufrufen, "
  942.     "die Include-Files und die Link-Libraries. "
  943.     "Sie sollten dann ViNCEd durch die stub-Funktionen "
  944.     "dieser Link-Libraries aufrufen. "
  945. ))
  946.  
  947. (set #browser-where
  948. (cat    "Bitte wählen Sie ihr favorisiertes AmigaGuide - Anzeigeprogramm:"
  949. ))
  950.  
  951. (set #browser-help
  952. (cat    "Wählen Sie hier bitte ein Programm, mit dem man sich AmigaGuide "
  953.     "Dateien anzeigen lassen kann. Dies sollte der AmigaGuide oder "
  954.     "das Programm Multiview sein. Als letzen Ausweg kann hier "
  955.     "MORE oder Ed angegeben werden. Diese Programme finden Sie "
  956.     "in der Utilities oder C: Schublade Ihrer Workbench-Diskette."
  957. ))
  958.  
  959. (set #do-scripts
  960. (cat    "Sollen die Shell-Skripte installiert werden?"
  961. ))
  962.  
  963. (set #scripts-help
  964. (cat    "Zwei dieser Skripte ersetzen die SetFont und SetKeyboard Kommandos "
  965.     "durch ViNCEd kompatible Shell-Skripte. Drei weitere Skripte "
  966.     "dienen als Abkürzung für die Job-Kontrollfunktionen der "
  967.     "VNC Bibliothek."
  968. ))
  969.  
  970. (set #where-scripts
  971. (cat    "Wohin sollen die Skripte kopiert werden?"
  972. ))
  973.  
  974. (set #where-scripts-help
  975. (cat    "Shell-Skripte gehören für gewöhnlich in den S:-Ordner Ihrer "
  976.     "Boot-Platte, wo sie auch von der Shell gefunden werden können. "
  977.     "Natürlich können Sie die Skripte auch an andere Stellen kopieren, "
  978.     "jedoch sollten sie dort auch von der Shell gefunden werden, da sie "
  979.     "sonst recht nutzlos sind."
  980. ))
  981.  
  982. (set #where-setvnc
  983. (cat    "Bitte wählen Sie das Verzeichnis, in das das "
  984.     "SetVNC-Programm installiert werden soll:"
  985. ))
  986.  
  987. (set #where-setvnc-help
  988. (cat    "SetVNC ist das ViNCEd Kontrollprogramm und der "
  989.     "Voreinsteller, alles in einer Datei. Es sollte "
  990.     "für gewöhnlich in das C:-Verzeichnis installiert "
  991.     "werden. Ich emfehle, es NICHT in Prefs zu installieren."
  992. ))
  993.  
  994. (set #where-locale
  995. (cat    "Wohin sollen die Katalogdateien installiert werden? "
  996.     "(Ein Verzeichnis namens VNC wird erzeugt):"
  997. ))
  998.  
  999. (set #where-locale-help
  1000. (cat    "Bitte wählen Sie hier das Verzeichnis, in das die "
  1001.     "Katalogdateien kopiert werden sollen, d.h. diejenigen "
  1002.     "Dateien, die die Übersetzungen von VNC in diverse Sprachen "
  1003.     "enthalten. Ein Verzeichnis namens VNC wird an der von Ihnen "
  1004.     "ausgewählten Stelle erzeugt. Für gewöhnlich ist die "
  1005.     "Voreinstellung gut genug."
  1006. ))
  1007.  
  1008. (set #where-devs
  1009. (cat    "Wohin sollen die Mount-Icons installiert werden?"
  1010. ))
  1011.  
  1012. (set #where-devs-help
  1013. (cat    "Die Mount-Icons werden benötigt, um den ViNCEd-Handler "
  1014.     "beim Hochfahren des Systems anzumelden. Sie werden beim "
  1015.     "Booten vom Mount-Kommando in der startup-sequence gelesen. "
  1016.     "Diese Icons sollten üblicherweise in das DEVS/DosDrivers "
  1017.     "Verzeichnis installiert werden."
  1018. ))
  1019.  
  1020. (set #where-prefs
  1021. (cat    "Wo soll das Piktogramm des Voreinstellers installiert "
  1022.     "werden ?"
  1023. ))
  1024.  
  1025. (set #where-prefs-help
  1026. (cat    "Bitte wählen Sie hier ein Verzeichnis, in das das "
  1027.     "Piktogramm des Voreinstellers installiert werden soll. Dies sollte "
  1028.     "üblicherweise das Prefs-Verzeichnis Ihrer Systempartition "
  1029.     "sein. Es ist übrigens nicht nötig, daß das SetVNC-Programm "
  1030.     "in das gleiche Verzeichnis wie sein Piktogramm installiert "
  1031.     "wird."
  1032. ))
  1033.  
  1034. (set #where-archive
  1035. (cat    "Wohin sollen die Voreinstellungsdateien installiert werden?"
  1036. ))
  1037.  
  1038. (set #where-archive-help
  1039. (cat    "Bitte wählen Sie ein Verzeichnis, in das die Voreinstellungsdateien "
  1040.     "installiert werden sollen. Dies sollte üblicherweise das ENVARC: "
  1041.     "Verzeichnis Ihres Systems sein."
  1042. ))
  1043.  
  1044. (set #where-rexx
  1045. (cat    "Bitte spezifizieren Sie das Verzeichnis, in der sich die "
  1046.     "rexxsyslib.library befindet:"
  1047. ))
  1048.  
  1049. (set #where-rexx-help
  1050. (cat    "Bitte geben Sie hier das Verzeichnis an, in dem sich die "
  1051.     "rexxsyslib.library befindet; dies sollte üblicherweise das "
  1052.     "LIBS-Verzeichnis Ihrer Boot-Diskette sein.\n"
  1053.     "Ich benötige diese Angaben, um festzustellen, ob es sich "
  1054.     "womöglich um eine ältere Version von ARexx handelt, die "
  1055.     "einen Bug enthält, den ich mit einem Patch entfernen "
  1056.     "könnte. Sie werden gleich nocheinmal gefragt, ob Sie diesen "
  1057.     "Patch wünschen - was ich aber emfehlen möchte."
  1058. ))    
  1059.  
  1060. (set #replace-old
  1061. (cat    "Soll ich die neuen 3.6x Einstellungen installieren und "
  1062.     " die alten 3.5x Einstellungen ersetzen?"
  1063. ))
  1064.  
  1065. (set #replace-old-help
  1066. (cat    "Ich habe die alten Einstellungsfiles in Ihrem ENVARC:sys "
  1067.     "Verzeichnis gefunden. Die neuen Versionen von ViNCEd können "
  1068.     "diese zwar immer noch lesen, aber die Unterstützung hierfür "
  1069.     "wird in einer der nächsten Versionen entfernt werden. "
  1070.     "Nicht alle der alten Flags werden von der neuen Version auch "
  1071.     "respektiert, einige Details müssen vermutlich neu eingestellt "
  1072.     "werden. Falls Sie eine neue Voreinstellungsdatei installieren, "
  1073.     "gehen die alten Einstellungen nicht verloren, sie verbleiben "
  1074.     "an ihrem ursprünglichen Platz; sie werden jedoch von ViNCEd "
  1075.     "ignoriert, solange eine neuere Version gefunden wird. Falls Sie, "
  1076.     "nach erfolgreicher Installation wieder Ihre alten Einstellungen "
  1077.     "verwenden möchten, könnten Sie einfach die ENVARC:ViNCEd.prefs "
  1078.     "Datei löschen. Vergessen Sie aber bitte nicht, irgendwann einmal "
  1079.     "\"SetVNC\" zu starten, denn die Unterstüzung für das alte Format "
  1080.     "wird nicht ewig erhalten bleiben."
  1081. ))
  1082.  
  1083. (set #copy-icon
  1084. (cat    "Soll das Shell-Icon ersetzt werden?"
  1085. ))
  1086.  
  1087. (set #copy-icon-help
  1088. (cat    "Falls Sie ViNCEd als Shell-Editor verwenden möchten, sollten "
  1089.     "sie das System-Icon durch das mitgeliferte Icon ersetzen, "
  1090.     "das als Shell-Fenster ein ViNCEd Pfad verwendet."
  1091. ))
  1092.  
  1093. (set #where-shell
  1094. (cat    "Bitte spezifizieren Sie den Ordner, in dem sich das Shell-Icon "
  1095.     "befindet:"
  1096. ))
  1097.  
  1098. (set #where-shell-help
  1099. (cat    "Falls Sie das Shell-Icon wirklich ersetzen wollen, müssen Sie "
  1100.     "hier angeben, wo es sich befindet. Dies ist üblicherweise "
  1101.     "das Hauptverzeichnis des Boot-Gerätes oder der Systems "
  1102.     "Ordner auf dem gleichen Gerät. Bitte beachten Sie, daß "
  1103.     "die Schublade benötigt wird und nicht das Icon selbst."
  1104. ))
  1105.  
  1106. (set #where-lib
  1107. (cat    "Bitte wählen Sie das Verzeichnis, in das die "
  1108.     "vnc.library installiert werden soll:"
  1109. ))
  1110.  
  1111. (set #where-lib-help
  1112. (cat    "Die vnc.library ist die Hauptbibliothek von "
  1113.     "ViNCEd, sie enthält alle Handler-Funktionen. Ohne sie "
  1114.     "geht gar nichts. Sie sollten sie für gewöhnlich in Ihr "
  1115.     "LIBS:-Verzeichnis installieren."
  1116. ))
  1117.  
  1118. (set #do-patch
  1119. (cat    "Soll ein Fehler aus der ARexx Bibliothek entfernt werden?"
  1120. ))
  1121.  
  1122. (set #patch-help
  1123. (cat    "The rexxsyslib.library Funktion WaitDosPacket hat einen Fehler, "
  1124.     "der manche anderen Programme abstürzen lassen kann. Dies ist "
  1125.     "kein spezifisches Problem von ViNCEd! Sie sollten diesen Patch "
  1126.     "installieren, um die Bibliothek zu reparieren."
  1127. ))
  1128.  
  1129. (set #copy-stringsnip
  1130. (cat    "Soll das StringSnip-Kommand kopiert werden?"
  1131. ))
  1132.  
  1133. (set #install-stringsnip
  1134. (cat    "Soll StringSnip beim Hochfahren gestartet werden?"
  1135. ))
  1136.  
  1137. (set #stringsnip-help
  1138. (cat    "Stringsnip ist ein kleines Hilfsprogramm, das, einmal "
  1139.     "installiert, die Edier-Möglichkeiten der String-Gadgets "
  1140.     "entschieden verbessert. Zum einen werden Clipboard-Funktionen "
  1141.     "wie Amiga-C (Kopieren) Amiga-X (Ausschneiden) und Amiga-V "
  1142.     "(Clipboard-Inhalt einfügen) unterstützt, zum anderen werden "
  1143.     "Cursortastenkombinationen vergleichbar mit denen von ViNCEd "
  1144.     "zur Verfügung gestellt. StringSnip funktioniert auch unabhängig "
  1145.     "von ViNCEd und sollte als nützliches Tool installiert "
  1146.     "werden."
  1147. ))
  1148.  
  1149. (set #where-stringsnip
  1150. (cat    "Wo soll StringSnip installiert werden?"
  1151. ))
  1152.  
  1153. (set #where-stringsnip-help
  1154. (cat    "Bitte wählen Sie ein Verzeichnis aus, in das ich "
  1155.     "StringSnip kopieren soll und von wo aus es beim "
  1156.     "Hochfahren des Systems gestartet werden kann. Dies "
  1157.     "sollte üblicherweise das C:-Verzeichnis Ihrer "
  1158.     "Boot-Diskette sein.\n"
  1159.     #stringsnip-help
  1160. ))
  1161.  
  1162. (set #copy-multiassigns
  1163. (cat    "Soll das TrueMultiAssigns Kommando kopiert werden?"
  1164. ))
  1165.  
  1166. (set #install-multiassigns
  1167. (cat    "Soll der TrueMultiAssigns Patch beim Hochfahren "
  1168.     "gestartet werden?"
  1169. ))
  1170.  
  1171. (set #multiassigns-help
  1172. (cat    "Das TrueMultiAssigns Programm korrigiert the AmigaDOS "
  1173.     "Jokerzeichen derart, daß sie korrekt mit Mehrfach-Assigns "
  1174.     "zusammenarbeiten. "
  1175.     "Der TAB Expansion Cache von ViNCEd benötigt diesen Patch, "
  1176.     "installieren sie ihn daher bitte. "
  1177.     "Zur Behebung der Probleme mit Mehrfach-Assigns können einige "
  1178.     "Programme auf dem AmiNet gefunden werden, jedoch sind alle, "
  1179.     "die ich getestet habe, mehr oder minder defekt, wie z.B. "
  1180.     "MultiCX oder auch das alte TrueMultiAssigns 1.02 von "
  1181.     "Marcus Wild, und funktionieren darum nicht korrekt mit "
  1182.     "ViNCEd. Ich emfehle Ihnen, meinen Patch zu verwenden, "
  1183.     "denn er wurde erfolgreich mit ViNCEd getestet."
  1184. ))
  1185.  
  1186. (set #where-multiassigns
  1187. (cat    "Wo soll ich TrueMultiAssigns installieren?"
  1188. ))
  1189.  
  1190. (set #where-multiassigns-help
  1191. (cat    "Bitte wählen Sie ein Verzeichnis aus, in das ich das "
  1192.     "TrueMultiAssigns-Programm installieren soll. Es wird von "
  1193.     "dort beim Hochfahren des Systems gestartet. Dieses "
  1194.     "Verzeichnis sollte üblicherweise das C:-Verzeichnis Ihrer "
  1195.     "Boot-Diskette sein.\n"
  1196.     #multiassigns-help
  1197. ))
  1198.  
  1199. (set #copy-tbiclass
  1200. (cat     "Soll die Titlebar-Klasse installiert werden?"
  1201. ))
  1202.  
  1203. (set #where-tbiclass
  1204. (cat    "Wo soll die Titlebar-Klasse installiert werden?"
  1205. ))
  1206.  
  1207. (set #copy-tbiclass-help
  1208. (cat    "Die Titlebar-Klasse, geschrieben von Massimo Tantignone und "
  1209.     "freundlicherweise mit seiner Erlaubnis in diesem Archiv enthalten, "
  1210.     "beinhaltet die Knöpfe, die ViNCEd in der Titelleiste des Fensters "
  1211.     "anzeigt, etwa für die Makros oder für das Ikonifizierungsgadget. "
  1212.     "Diese Klasse ist KEIN MUSS. ViNCEd funktioniert auch ohne sie und "
  1213.     "wird in diesem Falle die entsprechenden Graphiken selbst erzeugen. "
  1214.     "Es ist damit eine Frage des persönlichen Geschmackes, ob Sie die "
  1215.     "ViCNEd-Voreinstellungen oder Massimos Graphiken bevorzugen.\n"
  1216.     "Diese Klasse wird auch nicht benötigt, wenn Sie bereits "
  1217.     "VisualPrefs installiert haben, denn sie wird ebenfalls von diesem "
  1218.     "Programm erzeugt."
  1219. ))
  1220.  
  1221. (set #where-tbiclass-help
  1222. (cat    "Die Titlebar-Klasse sollte üblicherweise zu allen anderen "
  1223.     "Image-Klassen kopiert werden, nämlich nach "
  1224.     "\"SYS:Classes/Images/titlebar.image\".\n"
  1225.     "Es gibt üblicherweise kaum einen Grund, sie an eine andere "
  1226.     "Stelle zu kopieren, aber beachten Sie bitte, daß ViNCEd "
  1227.     "sie unter dem Namen \"images/titlebar.image\" zu Öffnen "
  1228.     "versucht, ein Verzeichnis namens \"images\" ist daher ein Muß.\n"
  1229.     #copy-tbiclass-help
  1230. ))
  1231.  
  1232. (set #copy-unixdirs
  1233. (cat    "Soll das UnixDirs Kommando installiert werden?"
  1234. ))
  1235.  
  1236. (set #install-unixdirs
  1237. (cat    "Soll UnixDirs beim Booten gestartet werden?"
  1238. ))
  1239.  
  1240. (set #unixdirs-help
  1241. (cat    "Dieses hilfreiche Programm, entwickelt von Timo Kaikuma, bringt "
  1242.     "dem Amiga DOS Unix-artige Verzeichnisnamen bei. Um ein paar "
  1243.     "Beispiele zu nennen, kann der Punkt (.) nun als Abkürzung für "
  1244.     "die augenblickliche Directory und der doppelte Punkt (..) als "
  1245.     "Name des übergeordneten Verzeichnisses verwendet werden. Ebenso "
  1246.     "ist der Schrägstrich nun ein Ersatz für das Wurzelverzeichnis. "
  1247.     "Per Voreinstellung ist der Stern (*) nun auch ein gültiges "
  1248.     "Jokerzeichen, das die sonst übliche #? Sequenz ersetzt.\n"
  1249.     "Dank geht an Timo, der mir erlaubte, UnixDirs hier erneut "
  1250.     "zu veröffentlichen."
  1251. ))
  1252.  
  1253. (set #where-unixdirs
  1254. (cat    "Wo soll das UnixDirs-Programm installiert werden?"
  1255. ))
  1256.  
  1257. (set #where-unixdirs-help
  1258. (cat    "Bitte wählen Sie ein Verzeichnis aus, in das das "
  1259.     "UnixDirs-Programm installiert werden soll. Dies sollte "
  1260.     "üblicherweise das C:-Verzeichnis Ihrer Boot-Diskette sein, "
  1261.     "von wo aus es beim Hochfahren des System geladen "
  1262.     "werden kann.\n"
  1263.     #unixdirs-help
  1264. ))
  1265.  
  1266. (set #copy-uxhelp
  1267. (cat    "Soll der UnixDirs-Guide installiert werden?"
  1268. ))
  1269.  
  1270. (set #copy-uxhelphelp
  1271. (cat    "Dies ist die Dokumentation des UnixDirs "
  1272.     "Programmes von Timo Kaikumaa. Sie sollten sie "
  1273.     "ebenfalls installieren, es sei denn, Sie haben "
  1274.     "wirklich keinen freien Plattenplatz mehr."
  1275. ))
  1276.  
  1277. (set #where-uxhelp
  1278. (cat    "Wo soll der UnixDirs-Guide installiert werden?"
  1279. ))
  1280.  
  1281. (set #where-uxhelp-help
  1282. (cat    "Bitte wählen Sie ein Verzeichnis aus, in das die "
  1283.     "Anleitung des UnixDirs-Programmes installiert werden "
  1284.     "soll. Sie sind hierbei ganz frei in Ihrer Wahl."
  1285. ))
  1286.  
  1287. (set #copy-topaz6
  1288. (cat    "Soll der topaz6-Zeichensatz installiert werden?"
  1289. ))
  1290.  
  1291. (set #copy-topaz6-help
  1292. (cat    "Der topaz6 Zeichensatz ist ein 6x8 Zeichensatz, der den "
  1293.     "XEN.8-Font ersetzt. Entgegen dem XEN-Zeichensatz, der ein "
  1294.     "Proportionalzeichensatz ist und darum für ViNCEd ungeeignet "
  1295.     "ist, funktioniert der topaz6.8 problemlos. Der Zeichensatz ist "
  1296.     "vollständig und enthält alle Sonderzeichen des LATIN-ANSI "
  1297.     "Zeichensatzes."
  1298. ))
  1299.  
  1300. (set #where-topaz6
  1301. (cat    "Wo soll der topaz6-Zeichensatz installiert werden?"
  1302. ))
  1303.  
  1304. (set #where-topaz6-help
  1305. (cat    "Bitte wählen Sie ein Verzeichnis, in das ich die Zeichensatz-"
  1306.     "Dateien installieren soll. Dies sollte üblicherweise das "
  1307.     "FONTS:-Verzeichnis Ihrer Boot-Diskette sein, oder jedes andere "
  1308.     "Verzeichnis, wo der Zeichensatz vom System gefunden werden "
  1309.     "kann.\n"
  1310.     #copy-topaz6-help
  1311. ))
  1312.  
  1313. (set #which-prefs
  1314. (cat    "Welche Konfiguration installieren?"
  1315. ))
  1316.  
  1317. (set #prefs-standard
  1318. (cat    "Standard-Konfiguration"
  1319. ))
  1320.  
  1321. (set #prefs-mine
  1322. (cat    "Meine Konfiguration"
  1323. ))
  1324.  
  1325. (set #prefs-xterm
  1326. (cat    "XTerm-artige Konfiguration"
  1327. ))
  1328.  
  1329. (set #prefs-none
  1330. (cat    "keine"
  1331. ))
  1332.  
  1333. (set #which-prefs-help
  1334. (cat    "Bitte wählen Sie eine der ViNCEd-Konfigurationen oben aus: "
  1335.     "Die \"Standard-Konfiguration\" besteht aus der ViNCEd-internen, "
  1336.     "eingebauten Einstellung, \"Meine Konfiguration\" ist die "
  1337.     "Konfiguration, mit der ich selbst arbeite, die "
  1338.     "\"XTerm-artige Konfiguration\" ist das, was meiner Erfahrung nach "
  1339.     "die meisten Leute bevorzugen. \"keine\" bedeutet, daß keine "
  1340.     "Voreinstellungen installiert werden. ViNCEd verwendet dann die "
  1341.     "eingebauten Einstellungen, es sei denn, es befinden sich noch "
  1342.     "Eintellungen von der letzten Installation im System, die dann "
  1343.     "nicht überschrieben werden.\n"
  1344.     "Die meisten Einstellungen benötigen "
  1345.     "natürlich noch einige kleine Anpassungen an Ihren persönlichen "
  1346.     "Stil; verwenden Sie dazu das \"SetVNC\"-Programm in dem "
  1347.     "Prefs-Verzeichnis, sobald die Installation beendet ist."
  1348. ))
  1349.  
  1350. (set #patch-more-pi
  1351. (cat    "Soll ich einen Bug im More-Kommando beheben?"
  1352. ))
  1353.  
  1354. (set #patch-more-help
  1355. (cat    "Das More-Kommando verhindert die Ikonifizierung des "
  1356.     "ViNCEd-Fensters, in dem es abläuft. Dieser Patch "
  1357.     "behebt das Problem für die 40.3 Version von More und "
  1358.     "installiert eine 40.4 Version des Kommandos."
  1359. ))
  1360.  
  1361. (set #where-more
  1362. (cat    "Bitte wählen Sie das More Kommando:"
  1363. ))
  1364.  
  1365. (set #where-more-help
  1366. (cat    "Bitte wählen Sie das More-Kommando mit dem File-Requester aus. "
  1367.     "Sie werden es üblicherweise im \"Utilities\"-Ornder Ihrer "
  1368.     "System-Partition finden."
  1369.     #patch-more-help
  1370. ))
  1371.  
  1372. (set #install-named-pi
  1373. (cat    "Soll ich den NamedConsoleHandler installieren?"
  1374. ))
  1375.  
  1376. (set #install-named-help
  1377. (cat    "Der NamedConsoleHandler behebt ein Problem der Os-Versionen "
  1378.     "2.0 und 2.1, das verhindert, daß die ^Z-Taste für diese "
  1379.     "Versionen korrekt funktioniert. Dieser Handler braucht für "
  1380.     "Os 3.0 und 3.1 nicht installiert zu werden."
  1381. ))
  1382.  
  1383. (set #install-named-where
  1384. (cat    "Wohin soll der NamedConsoleHandler installiert werden?"
  1385. ))
  1386.  
  1387. (set #install-named-where-help
  1388. (cat    "Der NamedConsoleHandler sollte üblicherweise in den L: "
  1389.     "Ornder Ihrer Systempartition installiert werden, zusammen "
  1390.     "mit allen anderen Handlern.\n"
  1391.     #install-named-help
  1392. ))
  1393.  
  1394. (set #install-named-icon
  1395. (cat    "Wohin soll das NamedConsole-Icon gelegt werden?"
  1396. ))
  1397.  
  1398. (set #install-named-icon-help
  1399. (cat    "Das Mount-Icon des NamedConsoleHandlers sollte üblicherweise "
  1400.     "dort abgelegt werden, wo sämtliche Mount-Icons des Systems "
  1401.     "aufgehoben werden, üblicherweise in Devs:DosDrivers. "
  1402.     "Um die ^Z-Funktion von ViNCEd für die Os-Versionen 2.0 und 2.1 "
  1403.     "verfügbar zu machen, muß dieses Icon beim Systemstart gemounted "
  1404.     "werden.\n"
  1405.     #install-named-help
  1406. ))
  1407.  
  1408. (set #exit-not-found
  1409. (cat    "Kann das File \"%s\" nicht finden - DOS Fehler %ld "
  1410.     "- Installation abgebrochen."
  1411. ))
  1412.  
  1413. (set #exit-text
  1414. (cat    "ViNCEd Installation beendet. Sie sollten jetzt den Rechner "
  1415.     "neu starten.\n"
  1416.     "Ich hoffe, sie mögen ViNCEd genauso wie ich..."
  1417. ))
  1418.  
  1419. ))
  1420.  
  1421. ;==========================================================================
  1422. ;###français###
  1423.  
  1424. (if (= @language "français")
  1425. (
  1426. (set #default_lang 4)
  1427. (set #yes "Oui")
  1428. (set #no  "Non")
  1429.  
  1430. (set #which-disk
  1431. (cat "Sur quel disque ViNCEd doit-il être installé ?"
  1432. ))
  1433.  
  1434. (set #exit-not-decoded
  1435. (cat "Le programme SetVNC ne peut être décodé. Contactez l'auteur à "
  1436.      "thor@math.tu-berlin.de."
  1437. ))
  1438.  
  1439. (set #which-disk-help
  1440. (cat "\nCette section vous permet de choisir le disque dans lequel les fichiers "
  1441.      "de ViNCEd seront installés. Normalement, ils vont au même endroit que les fichiers "
  1442.      "du Workbench, i.e. la partition ou le disque de démarrage.\n\n"
  1443.      @askdir-help
  1444. ))
  1445.  
  1446. (set #no-assign
  1447. (cat "\nLa destination doit être un disque système. il faut que les tiroirs S,DEVS,LIBS "
  1448.      "et C y existent.\n\n"
  1449. ))
  1450.  
  1451. (set #old-name
  1452. (cat "ANCIEN"
  1453. ))
  1454.  
  1455. (set #move-old
  1456. (cat "\n\nVoulez-vous garder une copie des fichiers suivants dans le tiroir "
  1457.      "\"%s\" ?\n\n%s" 
  1458. ))
  1459.  
  1460. (set #move-old-help
  1461. (cat "\nL'installation de ViNCEd va remplacer certains fichiers Workbench actuels, "
  1462.      "les fichiers Startup- et MountList. "
  1463.      "Pour préserver tout changement que vous auriez pu faire à ces fichiers, "
  1464.      "le processus d'installation les copiera dans le tiroir \"%s\" où vous pourrez "
  1465.      "les retrouver plus tard."
  1466. ))
  1467.  
  1468. (set #move-old-1
  1469. (cat "Copier"
  1470. ))
  1471.  
  1472. (set #move-old-2
  1473. (cat "Passer"
  1474. ))
  1475.  
  1476. (set #ask-vnc
  1477. (cat "Veuillez localiser le répertoire source de ViNCEd :"
  1478. ))
  1479.  
  1480. (set #ask-vnc-help
  1481. (cat "Veuillez spécifier ici le répertoire dans lequel vous avez "
  1482.      "décompressé l'archive. Le répertoire par défaut que j'ai sélectionné "
  1483.      "pour vous devrait fonctionner dans (presque) tous les cas, ne vous "
  1484.      "occupez donc pas de choisir une autre source.\n\n"
  1485.      @askdir-help
  1486. ))
  1487.  
  1488. (set #do-mount
  1489. (cat    "Voulez-vous ajouter les fichiers de montage pour le gestionnaire ViNCEd ?"
  1490. ))
  1491.  
  1492. (set #mount-help
  1493. (cat    "Si vous voulez installer ViNCEd comme pilote de fenêtre Shell, vous devez "
  1494.     "MONTER (commande MOUNT) ViNCEd en tant que périphérique, comme le disque "
  1495.     "virtuel RAD ou un disque dur. Les informations nécessaires pour accomplir ceci "
  1496.     "sont incluses dans les fichiers de MONTAGE, qui doivent être ajoutés à la "
  1497.     "liste de périphériques du système. Je vous conseille de répondre OUI car ne "
  1498.     "PAS monter ViNCEd est plutôt inutile. "
  1499. ))
  1500.  
  1501. (set #modify-startup
  1502. (cat    "Voulez-vous monter ViNCEd automatiquement au démarrage ?"
  1503. ))
  1504.  
  1505. (set #override-con
  1506. (cat    "Remplacer le gestionnaire CON: par ViNCEd?"
  1507. ))
  1508.  
  1509. (set #override-help
  1510. (cat    "Avec une commande supplémentaire ajoutée dans la startup-sequence, "
  1511.     "ViNCEd peut être configurer pour remplacer le gestionnaire de fenêtre "
  1512.     "système de Commodore, CON:. Ceci a pour résultat d'ouvrir chaque "
  1513.     "fenêtre de console, comme celles utilisées pour ARexx, Ed et bien "
  1514.     "d'autres, en tant que fenêtre ViNCEd. Si vous choisissez de faire "
  1515.     "cela, je vous conseille de ne PAS activer le mode \"Utiliser le "
  1516.     "mode Shell par défaut\" dans l'éditeur de préférences. Lisez le "
  1517.     "guide pour plus de détails à ce sujet."
  1518. ))
  1519.  
  1520. (set #modify-startup-help
  1521. (cat    "La commande qui va être ajoutée est \"%s\"\n\n"
  1522.     "Cela montera ViNCEd automatiquement."
  1523. ))
  1524.  
  1525. (set #which-name
  1526. (cat    "Monter ViNCEd sous quel nom ?"
  1527. ))
  1528.  
  1529. (set #which-name-help
  1530. (cat    "ViNCEd peut être monté en tant que VNC: ou NEWCON:. "
  1531.     "Il marche parfaitement sous ces deux noms, mais vous devriez "
  1532.     "utiliser NEWCON: avec le Workbench 1.3 pour remplacer le gestionnaire "
  1533.     "de fenêtre système."
  1534. ))
  1535.  
  1536. (set #copy-lib
  1537. (cat    "Voulez-vous copier la vnc.library dans le tiroir LIBS: ?"
  1538. ))
  1539.  
  1540. (set #copy-lib-help
  1541. (cat    "La vnc.library est le coeur du pilote de fenêtre ViNCEd et contient "
  1542.     "le gestionnaire lui-même. Le gestionnaire de fenêtre ne fonctionnera pas "
  1543.     "sans lui, et ne pas l'installer rend toute l'installation inutile."
  1544. ))
  1545.  
  1546. (set #copy-setvnc
  1547. (cat    "Voulez-vous copier le programme de contrôle SetVNC "
  1548.     "dans le tiroir C: ?"
  1549. ))
  1550.  
  1551. (set #copy-setvnc-help
  1552. (cat    "Le programme SetVNC joue le rôle d'un programme de préférences "
  1553.     "pour le système ViNCEd. Il offre non seulement un éditeur de préférences "
  1554.     "complet, mais aussi des fonctions pour le contôle des travaux. Veuillez "
  1555.     "consulter le guide pour en savoir plus sur ce programme."
  1556. ))
  1557.  
  1558. (set #do-locale
  1559. (cat    "Quels langues voulez-vous installer ?"
  1560. ))
  1561.  
  1562. (set #locale-help
  1563. (cat    "ViNCEd peut être localisé pour différentes langues. Cochez ici toutes "
  1564.     "les langues que vous voulez installer. Les données de localisation "
  1565.     "nécessaires seront alors copié dans votre système par le processus "
  1566.     "d'installation, plus précisément dans le tiroir LOCALE:."
  1567. ))
  1568.  
  1569. (set #do-prefs
  1570. (cat    "Voulez-vous installer l'icône de préférences ?"
  1571. ))
  1572.  
  1573. (set #prefs-help
  1574. (cat    "Cette icône sera copiée dans votre tiroir Prefs et invoquera "
  1575.     "l'éditeur de préférences de ViNCEd, le programme SetVNC. "
  1576.     "Une belle interface graphique vous permettra alors de régler "
  1577.     "les paramètres de ViNCEd."
  1578. ))
  1579.  
  1580. (set #copy-help
  1581. (cat    "O.K. pour l'installation du guide en ligne de ViNCEd ?"
  1582. ))
  1583.  
  1584. (set #copy-help-help
  1585. (cat    "Le guide de ViNCEd est une documentation complète du gestionnaire "
  1586.     "et de l'éditeur de préférences, SetVNC. Il est appelé par la touche "
  1587.     "Help dans le shell ou par un bouton Aide dans l'éditeur de préférences. "
  1588.     "Si vous n'êtes pas vraiment en pénurie d'espace disque, vous devriez "
  1589.     "l'installer."
  1590. ))
  1591.  
  1592. (set #help-dir
  1593. (cat    "Veuillez sélectionner le tiroir où installer le guide:"
  1594. ))
  1595.  
  1596. (set #help-help
  1597. (cat    "ViNCEd est fourni avec un guide d'aide en ligne, utilisant le programme "
  1598.     "AmigaGuide ou Multiview de Commodore. Sélectionnez donc le tiroir dans "
  1599.     "lequel cette base de donnée sera copiée."
  1600. ))
  1601.  
  1602. (set #do-docs
  1603. (cat    "Voulez-vous installer les fichiers d'inclusion de ViNCEd ?"
  1604. ))
  1605.  
  1606. (set #docs-where
  1607. (cat    "Veuillez sélectionner le tiroir pour les fichiers d'inclusion et les "
  1608.     "bibliothèques de liens:"
  1609. ))
  1610.  
  1611. (set #docs-help
  1612. (cat    "Si vous voulez utiliser toutes les fonctionnalités de ViNCEd, il vous "
  1613.     "faut les fichiers d'inclusion du C et de l'assembleur pour écrire vos "
  1614.     "programmes appelant ViNCEd. Il est recommander d'utiliser les routines "
  1615.     "de sas (stub) des bibliothèques de liens pour cela."
  1616. ))
  1617.  
  1618. (set #browser-where
  1619. (cat    "Veuillez sélectionner votre lecteur AmigaGuide favori:"
  1620. ))
  1621.  
  1622. (set #browser-help
  1623. (cat    "Veuillez sélectionner un programme qui puisse afficher les fichiers "
  1624.     "AmigaGuide. C'est normalement AmigaGuide ou Multiview. En dernier "
  1625.     "ressort, choisissez MORE ou Ed, qui se trouvent dans le tiroir "
  1626.     "Utilities ou C: de votre disque Workbench."
  1627. ))
  1628.  
  1629. (set #do-scripts
  1630. (cat    "Voulez-vous installer les scénarios shell ?"
  1631. ))
  1632.  
  1633. (set #scripts-help
  1634. (cat    "Ces scénarios remplacent les commandes SetFont et SetKeyboard de manière "
  1635.     "compatible avec ViNCEd. Trois autres petits scénarios sont des raccourcis utiles "
  1636.     "pour les fonctions de contrôle de travaux."
  1637. ))
  1638.  
  1639. (set #where-scripts
  1640. (cat    "Où dois-je copier les scénarios ?"
  1641. ))
  1642.  
  1643. (set #where-scripts-help
  1644. (cat    "Les scénarios Shell doivent généralement être placés dans le répertoire "
  1645.     "S de votre périphérique de démarrage, où ils seront trouvés par le shell "
  1646.     "par défaut. Cependant, si vous préférez un endroit différent, allez-y, mais "
  1647.     "assurez-vous que le shell peut les trouver, ou ils seront inutiles."
  1648. ))
  1649.  
  1650. (set #where-setvnc
  1651. (cat    "Veuillez sélectionner le répertoire où installer le programme "
  1652.     "SetVNC :"
  1653. ))
  1654.  
  1655. (set #where-setvnc-help
  1656. (cat    "Le programme SetVNC est le programme de contrôle de ViNCEd et son "
  1657.     "éditeur de préférences, tout en un. Il va généralement dans le répertoire "
  1658.     "C:. Je vous recommande de ne PAS le mettre dans Prefs."
  1659. ))
  1660.  
  1661. (set #where-locale
  1662. (cat    "Où dois-je installer les fichiers catalogues ? (Un répertoire "
  1663.     "VNC sera créé):"
  1664. ))
  1665.  
  1666. (set #where-locale-help
  1667. (cat    "Veuillez sélectionner le répertoire dans lequel je copierai "
  1668.     "les fichiers catalongues, c'est-à-dire les fichiers contenant "
  1669.     "les traductions de ViNCEd dans différentes langues. Un répertoire "
  1670.     "nommé VNC sera créé pour vous à l'endroit que vous aurez sélectionné. "
  1671.     "En général, la valeur par défaut convient parfaitement."
  1672. ))
  1673.  
  1674. (set #where-devs
  1675. (cat    "Où vouslez-vous installer les icônes de montage ?"
  1676. ))
  1677.  
  1678. (set #where-devs-help
  1679. (cat    "Les icônes de montages sont nécessaires pour monter le gestionnaire "
  1680.     "de ViNCEd au démarrage. Elles sont lues pendant la startup-sequence "
  1681.     "par la commande Mount, lors du démarrage. Ces icônes vont normalement "
  1682.     "dans le répertoire DEVS:DosDrivers."
  1683. ))
  1684.  
  1685. (set #where-prefs
  1686. (cat    "Où dois-je installer l'icône de préférences ?"
  1687. ))
  1688.  
  1689. (set #where-prefs-help
  1690. (cat    "Veuillez sélectionner le répertoire dans lequel copier l'icône "
  1691.     "de SetVNC. C'est normalement le tiroir Prefs de votre système. "
  1692.     "Au fait, il n'est pas nécessaire que le programme SetVNC se trouve "
  1693.     "dans le même répertoire que son icône."
  1694. ))
  1695.  
  1696. (set #where-archive
  1697. (cat    "Où dois-je installer les réglages de préférences ?"
  1698. ))
  1699.  
  1700. (set #where-archive-help
  1701. (cat    "Veuillez sélectionner le répertoire où de dois copier le fichier "
  1702.     "de réglage de préférences. C'est normalement l'assignation ENVARC: "
  1703.     "de votre système."
  1704. ))
  1705.  
  1706. (set #where-rexx
  1707. (cat    "Veuillez sélectionner le répertoire contenant la rexxsyslib.library: "
  1708. ))
  1709.  
  1710. (set #where-rexx-help
  1711. (cat    "Veuillez sélectionner le répertoire contenant la rexxsyslib.library. "
  1712.     "Ce fichier se trouve généralement dans le tiroir LIBS de votre disque de "
  1713.     "démarrage.\n"
  1714.     "J'ai besoin de cette information pour savoir si la rexxsyslib.library est "
  1715.     "une ancienne version bugguée sur laquelle je peux appliquer un patch pour "
  1716.     "réparer. Je vous poserai la question séparément pour le patch."
  1717. ))    
  1718.  
  1719. (set #replace-old
  1720. (cat    "Installer les nouveaux réglages 3.6x et remplacer les anciennes préférences 3.5x ?"
  1721. ))
  1722.  
  1723. (set #replace-old-help
  1724. (cat    "J'ai trouvé des anciens réglages de préférences dans votre tiroir "
  1725.     "ENVARC:sys. Les nouvelles versions de ViNCEd sont toujours capables "
  1726.     "de lire l'ancien format, mais cette capacité sera enlevée dans l'une "
  1727.     "des prochaines distributions. Tous les anciens drapeaux ne seront pas "
  1728.     "respectés, cependant, par la nouvelle version de ViNCEd, certains détails "
  1729.     "devront être reconfigurés. Si vous installez un nouveau fichier de préférences, "
  1730.     "les anciens réglages seront toujours conservés à l'endroit original, donc "
  1731.     "rien n'est perdu; mais ils seront ignorés par ViNCEd si une nouvelle version "
  1732.     "des préférences est disponible. Si, après installation, vous voulez rétablir "
  1733.     "vos anciens réglages, vous pouvez simplement effacer le fichier ENVARC:ViNCEd.prefs, "
  1734.     "mais n'oubliez pas d'exécuter le programme \"SetVNC\" après car la reconnaissance "
  1735.     "de l'ancien format ne sera pas éternelle."
  1736. ))
  1737.  
  1738. (set #copy-icon
  1739. (cat    "Voulez-vous remplacer l'icône Shell ?"
  1740. ))
  1741.  
  1742. (set #copy-icon-help
  1743. (cat    "Si vous voulez utiliser ViNCEd comme éditeur Shell, je vous conseille de "
  1744.     "remplacer l'icône système par celle fournie dans cette archive. Elle "
  1745.     "sélectionne un chemin ViNCEd pour la fenêtre du shell."
  1746. ))
  1747.  
  1748. (set #where-shell
  1749. (cat    "Veuillez sélectionner le répertoire dans lequel l'icône Shell réside :"
  1750. ))
  1751.  
  1752. (set #where-shell-help
  1753. (cat    "Si vous voulez remplacer l'icône shell par défaut, dites-moi où vous "
  1754.     "l'avez mise. Par défaut, c'est soit le répertoire racine de votre volume "
  1755.     "de démarrage, ou le tiroir System. Notez que je veux le REPERTOIRE, non "
  1756.     "le fichier!"
  1757. ))
  1758.  
  1759. (set #where-lib
  1760. (cat    "Veuillez sélectionner le répertoire dans lequel copier la vnc.library:"
  1761. ))
  1762.  
  1763. (set #where-lib-help
  1764. (cat    "La vnc.library est la bibliothèque principale de ViNCEd, elle contient "
  1765.     "toutes les fonctions du gestionnaire. Vous devez en général mettre cela "
  1766.     "dans votre répertoire LIBS:".
  1767. ))
  1768.  
  1769. (set #do-patch
  1770. (cat    "Voulez-vous patcher ARexx pour corriger un bug?"
  1771. ))
  1772.  
  1773. (set #patch-help
  1774. (cat    "La fonction WaitDosPacket de la rexxsyslib.library a un bug "
  1775.     "qui peut provoquer des plantages. Ce n'est pas un problème "
  1776.     "specifique à ViNCED, il peut aussi se présenter avec d'autres "
  1777.     "programmes. Vous devriez installer ce patch pour réparer la "
  1778.     "bibliothèque."
  1779. ))
  1780.  
  1781. (set #copy-stringsnip
  1782. (cat    "Voulez-vous installer la commande StringSnip ?"
  1783. ))
  1784.  
  1785. (set #install-stringsnip
  1786. (cat    "Voulez-vous installer StringSnip au démarrage ?"
  1787. ))
  1788.  
  1789. (set #stringsnip-help
  1790. (cat    "StringSnip est un petit utilitaire qui, s'il est installé, améliore "
  1791.     "les fonctions d'édition des cellules de saisie de façon compatible "
  1792.     "avec ViNCEd. Amiga-X découpe le contenu, Amiga-C le copie et Amiga-V "
  1793.     "insère le contenu du calepin. Des combinaisons des touches de curseur "
  1794.     "similaires à celles proposées par ViNCEd rendent cet outil utile, "
  1795.     "indépendamment de ViNCEd."
  1796. ))
  1797.  
  1798. (set #where-stringsnip
  1799. (cat    "Où voulez-vous installer la commande StringSnip ?"
  1800. ))
  1801.  
  1802. (set #where-stringsnip-help
  1803. (cat    "Veuillez sélectionner un répertoire dans lequel je copierai "
  1804.     "l'utilitaire StringSnip et duquel il sera chargé au démarrage. "
  1805.     "Ce sera généralement le répertoire C: de votre disque de démarrage.\n"
  1806.     #stringsnip-help
  1807. ))
  1808.  
  1809. (set #copy-multiassigns
  1810. (cat    "Voulez-vous copier la commande TrueMultiAssigns ?"
  1811. ))
  1812.  
  1813. (set #install-multiassigns
  1814. (cat    "Voulez-vous lancer TrueMultiAssigns au démarrage ?"
  1815. ))
  1816.  
  1817. (set #multiassigns-help
  1818. (cat    "Le programme TrueMultiAssigns est une commande de patch qui permettent "
  1819.     "aux routines de motifs de l'AmigaDOS de fonctionner correctement sur les "
  1820.     "assignations multi-répertoires. "
  1821.     "L'extension TAB de répertoires de ViNCEd s'attend à ce que ce patch soit "
  1822.     "installé, alors ajoutez-le donc à votre système. "
  1823.     "Plusieurs programmes existent pour le même travail mais tous ceux que "
  1824.     "j'ai examiné sont plus ou moins buggués, y compris MultiCX et l'ancien "
  1825.     "TrueMultiAssigns 1.02 par Marcus Wild, et ne fonctionnent pas avec ViNCEd. "
  1826.     "Je vous recommande d'utiliser mon patch car il a été testé avec ViNCEd."
  1827. ))
  1828.  
  1829. (set #where-multiassigns
  1830. (cat    "Où dois-je installer TrueMultiAssigns ?"
  1831. ))
  1832.  
  1833. (set #where-multiassigns-help
  1834. (cat    "Veuillez sélectionner un répertoire dans lequel copier le programme "
  1835.     "TrueMultiAssigns. Il sera chargé depuis cet endroit au démarrage. Ce "
  1836.     "sera normalement le répertoire C de votre disque de démarrage.\n"
  1837.     #multiassigns-help
  1838. ))
  1839.  
  1840. (set #copy-tbiclass
  1841. (cat     "Voulez-vous installer la classe d'image titlebar ?"
  1842. ))
  1843.  
  1844. (set #where-tbiclass
  1845. (cat    "Où voulez-vous installer la classe d'image titlebar ?"
  1846. ))
  1847.  
  1848. (set #copy-tbiclass-help
  1849. (cat    "La classe d'image titlebar, écrite par Massimo Tantignone et "
  1850.     "incluses avec son aimable permission, permet de personnaliser les "
  1851.     "images de la barre de titre de ViNCEd - les boutons de macro aussi bien "
  1852.     "que la cellule d'iconification. Cette classe n'est pas un MUST, ViNCEd "
  1853.     "générera ses propres images si elle n'est pas disponible. C'est donc une "
  1854.     "question de style personnel que de préférer des images par défaut de "
  1855.     "ViNCEd ou le style des boutons d'outils de Massimo.\n"
  1856.     "Cette classe N'EST PAS NON PLUS nécessaire si vous avez déjà VisualPrefs "
  1857.     "car elle est alors automatiquement disponible."
  1858. ))
  1859.  
  1860. (set #where-tbiclass-help
  1861. (cat    "La classe d'image titlebar va normalement avec les autres classes "
  1862.     "d'images, plus précisément dans \"SYS:Classes/Images/titlebar.image\".\n"
  1863.     "Il n'y a généralement aucune raison de la mettre ailleurs, mais souvenez-vous "
  1864.     "que ViNCEd tente d'ouvrir cette classe sous \"images/titlebar.image\" "
  1865.     "donc un sous-répertoire nommé \"images\" est OBLIGATOIRE.\n"
  1866.     #copy-tbiclass-help
  1867. ))
  1868.  
  1869. (set #copy-unixdirs
  1870. (cat    "Voulez-vous installer la commande UnixDirs ?"
  1871. ))
  1872.  
  1873. (set #install-unixdirs
  1874. (cat    "Voulez-vous lancer UnixDirs au démarrage ?"
  1875. ))
  1876.  
  1877. (set #unixdirs-help
  1878. (cat    "Cet excellent programme, développé par Timo Kaikumaa, ajoute "
  1879.     "l'adressage des répertoires dans le style d'unix à l'AmigaOS. "
  1880.     "Par exemple, le point (.) peut être utilisé pour se référer au "
  1881.     "répertoire courant, le double point (..) désigne le répertoire "
  1882.     "parent et le slash unique se réfère au répertoire racine. Par "
  1883.     "défaut, l'étoile (*) devient aussi un caractère de motif légal, "
  1884.     "remplaçant la séquence #? habituelle.\n"
  1885.     "Merci à Timo pour m'avoir permis de redistribuer son patch."
  1886. ))
  1887.  
  1888. (set #where-unixdirs
  1889. (cat    "Où voulez-vous installer le programme UnixDirs ?"
  1890. ))
  1891.  
  1892. (set #where-unixdirs-help
  1893. (cat    "Veuiller sélectionner un répertoire où copier le programme "
  1894.     "UnixDirs. C'est normalement le répertoire C: de votre disque "
  1895.     "de démarrage, d'où cet outil sera chargé au démarrage.\n"
  1896.     #unixdirs-help
  1897. ))
  1898.  
  1899. (set #copy-uxhelp
  1900. (cat    "O.K. pour installer le guide de UnixDirs ?"
  1901. ))
  1902.  
  1903. (set #copy-uxhelphelp
  1904. (cat    "Ceci est la documentation du programme UnixDirs par Timo Kaikumaa. "
  1905.     "A moins d'être vraiment à court d'espace disque, installez-le ausii."
  1906. ))
  1907.  
  1908. (set #copy-topaz6
  1909. (cat    "Voulez-vous installer la fonte topaz6 ?"
  1910. ))
  1911.  
  1912. (set #copy-topaz6-help
  1913. (cat    "La fonte topaz6 est une fonte 6x8 qui remplace la fonte XEN.8. "
  1914.     "Contrairement à la fonte XEN, qui est proportionnelle et donc pas "
  1915.     "très indiquée pour ViNCEd, la topaz6.8 fonctionne parfaitement. "
  1916.     "Cette fonte est complète et inclut tous les caractères spéciaux "
  1917.     "du jeu de caractère ANSI LATIN."
  1918. ))
  1919.  
  1920. (set #where-topaz6
  1921. (cat    "Où dois-je installer la fonte topaz6 ?"
  1922. ))
  1923.  
  1924. (set #where-topaz6-help
  1925. (cat    "Veuillez sélectionner un répertoire où copier les fichiers de fonte. "
  1926.     "Ce sera généralement le répertoire FONTS: de votre disque de démarrage "
  1927.     "ou tout autre endroit où elle peut être trouvée par le système.\n"
  1928.     #copy-topaz6-help
  1929. ))
  1930.  
  1931.  
  1932. (set #where-uxhelp
  1933. (cat    "Où dois-je installer le guide pour UnixDirs ?"
  1934. ))
  1935.  
  1936. (set #where-uxhelp-help
  1937. (cat    "Veuillez sélectionner un répertoire où je dois copier "
  1938.     "la documentation du programme UnixDirs. Vous êtes complètement "
  1939.     "libre de votre choix."
  1940. ))
  1941.  
  1942. (set #which-prefs
  1943. (cat    "Quelle configuration de ViNCEd voulez-vous installer ?"
  1944. ))
  1945.  
  1946. (set #which-prefs-help
  1947. (cat    "Veuillez sélectionner l'une des configurations listées ci-dessous. "
  1948.     "La \"configuration par défaut\" constitue les réglages d'usine de ViNCEd, "
  1949.     "\"Mes preférences\" sont les réglages avec lesquels je travaille, "
  1950.     "\"Comme XTerm\" constitue ce que la plupart des personnes préfèrent d'après "
  1951.     "mon expérience, \"aucune\" signifie qu'aucun fichier de preférences ne "
  1952.     "sera installé; ViNCEd utilisera alors les réglages d'usine à moins "
  1953.     "qu'il reste des anciens réglages qui ne doivent pas être écrasés.\n"
  1954.     "La plupart de ces réglages pourraient quand même nécessiter quelques "
  1955.     "ajustements pour votre style personnel. Utilisez le programme \"SetVNC\" du "
  1956.     "tiroir Prefs de votre système pour modifier ces réglages quand l'installation "
  1957.     "sera terminée."
  1958. ))
  1959.  
  1960. (set #prefs-standard
  1961. (cat    "Configuration par défaut"
  1962. ))
  1963.  
  1964. (set #prefs-mine
  1965. (cat    "Mes préférences"
  1966. ))
  1967.  
  1968. (set #prefs-xterm
  1969. (cat    "Comme XTerm"
  1970. ))
  1971.  
  1972. (set #prefs-none
  1973. (cat    "aucune"
  1974. ))
  1975.  
  1976. (set #patch-more-pi
  1977. (cat    "Dois-je patcher un bug de la commande More ?"
  1978. ))
  1979.  
  1980. (set #patch-more-help
  1981. (cat    "La commande More désactive l'icônification de la fenêtre de ViNCEd "
  1982.     "depuis laquelle elle a été lancée. Ce patch corrige ce problème pour "
  1983.     "la version 40.3 de More et augmente cette version à 40.4."
  1984. ))
  1985.  
  1986. (set #where-more
  1987. (cat    "Veuillez localiser la commande More :"
  1988. ))
  1989.  
  1990. (set #where-more-help
  1991. (cat    "Veuillez sélectionner la commande More avec la requête de fichier. Vous "
  1992.     "la trouverez généralement dans le tiroir \"Utilities\" de votre "
  1993.     "partition système.\n"
  1994.     #patch-more-help
  1995. ))
  1996.  
  1997. (set #install-named-pi
  1998. (cat    "Dois-je installer le gestionnaire de console nommée ?"
  1999. ))
  2000.  
  2001. (set #install-named-help
  2002. (cat    "Le gestionnaire de console nommée (NamedConsoleHandler) corrige "
  2003.     "une bug des versions 2.0 et 2.1 du système qui interdit la touche "
  2004.     "^Z pour ViNCEd. Il n'y a pas besoin de l'installer pour les systèmes "
  2005.     "3.0 et 3.1 cependant."
  2006. ))
  2007.  
  2008. (set #install-named-where
  2009. (cat    "Où dois-je installer le gestionnaire de console nommée ?"
  2010. ))
  2011.  
  2012. (set #install-named-where-help
  2013. (cat    "Le gestionnaire de console nommée va généralement dans le répertoire "
  2014.     "L de votre partition système, où se trouvent également tous les autres "
  2015.     "gestionnaires.\n"
  2016.     #install-named-help
  2017. ))
  2018.  
  2019. (set #install-named-icon
  2020. (cat    "Où mettre l'icône de montage du gestionnaire de console nommée ?"
  2021. ))
  2022.  
  2023. (set #install-named-icon-help
  2024. (cat    "L'icône du gestionnaire de console nomée va normalement dans le "
  2025.     "répertoire DEVS:DosDrivers, où se trouvent toutes les icônes de "
  2026.     "montage. Pour autoriser la fonctionnalité ^Z de ViNCEd pour les "
  2027.     "versions 2.0 et 2.1 du système, cette icône doit être montée au "
  2028.     "démarrage.\n"
  2029.     #install-named-help
  2030. ))
  2031.  
  2032. (set #exit-not-found
  2033. (cat    "Impossible de trouver votre fichier \"%s\" - Erreur DOS %ld "
  2034.     "- installation abandonnée. "
  2035. ))
  2036.  
  2037. (set #exit-text
  2038. (cat    "Installation de ViNCEd terminée. Vous devriez redémarrer maintenant.\n"
  2039.     "J'espère que vous appréciez ViNCEd autant que moi..."
  2040. ))
  2041. ))
  2042. ;
  2043. ;==========================================================================
  2044. ;###slovensko###
  2045.  
  2046. (if (= @language "slovensko")
  2047. (
  2048. (set #default_lang 8)
  2049. (set #yes "Da")
  2050. (set #no  "Ne")
  2051.  
  2052. (set #which-disk
  2053. (cat "Na katero napravo naj namestim ViNCEd?"
  2054. ))
  2055.  
  2056. (set #exit-not-decoded
  2057. (cat "Programa SetVNC ne morem odkodirati. Kontaktirajte avtorja na "
  2058.      "thor@math.tu-berlin.de."
  2059. ))
  2060.  
  2061. (set #which-disk-help
  2062. (cat "\nTu lahko izberete, na katero napravo boste namestili "
  2063.      "ViNCEd datoteke. Obièajno naj bi bila lokacija ista kot za "
  2064.      "Workbench datoteke, to je zagonska particija oziroma zagonski disk.\n\n"
  2065.      @askdir-help
  2066. ))
  2067.  
  2068. (set #no-assign
  2069. (cat "\nCilj mora biti sistemski disk. Tam morajo biti predali S, DEVS, LIBS "
  2070.      "in C.\n\n"
  2071. ))
  2072.  
  2073. (set #old-name
  2074. (cat "STAR"
  2075. ))
  2076.  
  2077. (set #move-old
  2078. (cat "\n\nAli ¾elite varnostno kopijo naslednjih datotek "
  2079.      "v predalu \"%s\"?\n\n%s"
  2080. ))
  2081.  
  2082. (set #move-old-help
  2083. (cat "\nOb namestitvi ViNCEd bom nadomestil nekaj trenutnih Workbench datotek, "
  2084.      "ter Startup- in MountList datotek. "
  2085.      "Èe hoèete ohraniti morebitne spremembe, ki ste jih naredili na teh "
  2086.      "datotekah, jih bom med procesom namestitve prekopiral v predal \"%s\", "
  2087.      "kjer jih boste kasneje lahko na¹li."
  2088. ))
  2089.  
  2090. (set #move-old-1
  2091. (cat "Prekopiraj"
  2092. ))
  2093.  
  2094. (set #move-old-2
  2095. (cat "Preskoèi"
  2096. ))
  2097.  
  2098. (set #ask-vnc
  2099. (cat "Doloèite izvorni ViNCEd predal:"
  2100. ))
  2101.  
  2102. (set #ask-vnc-help
  2103. (cat "Tu prosim doloèite predal, kamor ste odpakirali "
  2104.      "arhiv. Lokacija, ki sem jo izbral jaz, bi morala delovati v "
  2105.      "(skoraj) vseh primerih, zato ne skrbite o izbiri drugega "
  2106.      "vira.\n\n"
  2107.      @askdir-help
  2108. ))
  2109.  
  2110. (set #do-mount
  2111. (cat    "Ali ¾elite dodati prijavne (mount) vnose za ViNCEd upravljalca (handler)?"
  2112. ))
  2113.  
  2114. (set #mount-help
  2115. (cat    "Èe ¾elite ViNCEd namestiti kot gonilnik okna lupine, "
  2116.         "morate ViNCEd PRIJAVITI (mount) kot napravo, enako kot RAD ram disk ali "
  2117.         "trdi disk. Podatki o tem, kako to storiti so vkljuèeni "
  2118.         "v prijavne vnose, ki morajo biti dodani sistemskemu "
  2119.         "seznamu naprav. Svetujem vam, da ogovorite z DA, "
  2120.         "kajti BREZ prijave je ViNCEd precej neuporaben. "
  2121. ))
  2122.  
  2123. (set #modify-startup
  2124. (cat    "Ali ¾elite ob zagonu ViNCEd avtomatièno prijaviti?"
  2125. ))
  2126.  
  2127. (set #override-con
  2128. (cat    "Naj CON: upravljalec nadomestim z ViNCEdom?"
  2129. ))
  2130.  
  2131. (set #override-help
  2132. (cat    "Z dodatnim ukazom v startup-sequence lahko "
  2133.         "ViNCEd nastavite tako, da bo nadomestil Commodorejev "
  2134.         "upravljalec okna lupine, CON:. Posledica tega je, da se "
  2135.         "vsako okno konzole, naprimer okna za ARexx, "
  2136.         "Ed in mnogo drugih, odpre kot ViNCEd okno. Èe se odloèite "
  2137.         "tako, vam svetujem, da v urejevalniku nastavitev NE "
  2138.         "vkljuèite opcije \"Lupina kot prednastavljeni naèin\". "
  2139.         "Veè o tem si preberite v priroèniku."
  2140. ))
  2141.  
  2142. (set #modify-startup-help
  2143. (cat    "Ukaz, ki ga je potrebno dodati je \"%s\"\n\n"
  2144.         "Ta bo ViNCEd avtomatièno prijavil."
  2145. ))
  2146.  
  2147. (set #which-name
  2148. (cat    "Pod katerim imenom naj prijavim ViNCEd?"
  2149. ))
  2150.  
  2151. (set #which-name-help
  2152. (cat    "ViNCEd lahko prijavite kot VNC: ali kot NEWCON:. "
  2153.         "Z obema imenoma deluje lepo, toda pod Workbenchem 1.3 morate "
  2154.         "uporabiti NEWCON:, da s tem nadomestite sistemskega upravljalca. "
  2155. ))
  2156.  
  2157. (set #copy-lib
  2158. (cat    "Ali ¾elite prekopirati the vnc.library v predal LIBS:?"
  2159. ))
  2160.  
  2161. (set #copy-lib-help
  2162. (cat    "vnc.library je srce ViNCEdovega gonilnika okna in vsebuje "
  2163.         "samega upravljalca. Ta ne bo delal brez knji¾nice in "
  2164.         "celotna namestitev brez nje postane neuporabna."
  2165. ))
  2166.  
  2167. (set #copy-setvnc
  2168. (cat    "Ali ¾elite prekopirati SetVNC kontrolni "
  2169.         "program v predal C:?"
  2170. ))
  2171.  
  2172. (set #copy-setvnc-help
  2173. (cat    "SetVNC program se obna¹a kot nastavitveni program za sistem ViNCEd. "
  2174.         "Ne ponuja zgolj popoln urejevalnik nastavitev, ampak tudi funkcije "
  2175.         "za nadzor slu¾b. Prosim, obrnite se na priroènik, da bi izvedeli "
  2176.         "veè o tem programu."
  2177. ))
  2178.  
  2179. (set #do-locale
  2180. (cat    "Katere jezike ¾elite namestiti?"
  2181. ))
  2182.  
  2183. (set #locale-help
  2184. (cat    "ViNCEd je lokaliziran za razliène jezike. Prosim oznaèite "
  2185.         "vse jezike, ki jih ¾elite namestiti. Podatki, potrebni za lokalizacijo, "
  2186.         "bodo potem med namestitvijo prekopirani v va¹ sistem, "
  2187.         "in sicer v predal LOCALE:."
  2188. ))
  2189.  
  2190. (set #do-prefs
  2191. (cat    "Ali ¾elite namestiti nastavitveno ikono?"
  2192. ))
  2193.  
  2194. (set #prefs-help
  2195. (cat    "Ta ikona bo prekopirana v va¹ predal Prefs in bo priklicala "
  2196.         "urejevalnik nastavitev za ViNCEd, program SetVNC. "
  2197.         "Lep grafièni uporabni¹ki vmesnik vam bo omogoèal "
  2198.         "nastavitev parametrov ViNCEda."
  2199. ))
  2200.  
  2201. (set #copy-help
  2202. (cat    "Ali naj namestim ViNCEdov priroènik?"
  2203. ))
  2204.  
  2205. (set #copy-help-help
  2206. (cat    "ViNCEdov priroènik je popolna dokumentacija "
  2207.         "upravljalca in urejevalnika nastavitev, SetVNC. "
  2208.         "Iz lupine ga priklièete s tipko Help, "
  2209.         "iz urejevalnika nastavitev pa z gumbom Pomoè. Èe vam moèno ne "
  2210.         "primanjkuje prostora na disku, ga namestite."
  2211. ))
  2212.  
  2213. (set #help-dir
  2214. (cat    "Izberite predal, kamor naj namestim priroènik:"
  2215. ))
  2216.  
  2217. (set #help-help
  2218. (cat    "ViNCEd med delom ponuja priroènik, ki ga lahko vidite spomoèjo Commodorejevega "
  2219.         "programa AmigaGuide ali MultiView. Izberite predal, kamor naj prekopiram "
  2220.         "to bazo podatkov."
  2221. ))
  2222.  
  2223. (set #do-docs
  2224. (cat    "Ali ¾elite namestiti ViNCEdove vkljuène (include) datoteke?"
  2225. ))
  2226.  
  2227. (set #docs-where
  2228. (cat    "Prosim izberite predal za vkljuène datoteke in povezovalno knji¾nico (link library):"
  2229. ))
  2230.  
  2231. (set #docs-help
  2232. (cat    "Èe ¾elite uporabljati vse opcije ViNCEda, potrebujete "
  2233.         "C in zbirni¹ke vkljuène datoteke za pisanje lastnih "
  2234.         "programov, ki klièejo ViNCEd. Priporoèam, da v te namene "
  2235.         "uporabljate rutine povezovalne knji¾nice. "
  2236. ))
  2237.  
  2238. (set #browser-where
  2239. (cat    "Prosim, izberite svoj najljub¹i pregledovalnik AmigaGuide datotek:"
  2240. ))
  2241.  
  2242. (set #browser-help
  2243. (cat    "Prosim, izberite program, ki lahko prikazuje AmigaGuide datoteke. "
  2244.         "To naj bi bil AmigaGuide ali Multiview. Kot izhod v sili, "
  2245.         "izberite MORE ali Ed, ki ju lahko najdete v predalu Utilities ali "
  2246.         "C: va¹e Workbench diskete."
  2247. ))
  2248.  
  2249. (set #do-scripts
  2250. (cat    "Ali naj namestim skripte za lupino?"
  2251. ))
  2252.  
  2253. (set #scripts-help
  2254. (cat    "The skripte nadomestijo ukaza SetFont in SetKeyboard  "
  2255.         "na ViNCEd kompatibilen naèin. Ostale tri kratke skripte so uporabne bli¾njice "
  2256.         "do funkcij za nadzor slu¾b. "
  2257. ))
  2258.  
  2259. (set #where-scripts
  2260. (cat    "Kam naj instaliram skripte?"
  2261. ))
  2262.  
  2263. (set #where-scripts-help
  2264. (cat    "Skripte za lupino so obièajno name¹èene v predalu S va¹e zagonske "
  2265.         "naprave, kjer jih bo lupina avtomatièno na¹la. "
  2266.         "Vendar pa, èe imate raje drugo lokacijo, izvolite, toda zagotoviti "
  2267.         "morate, da jih bo lupina na¹la, sicer bodo neuporabne."
  2268. ))
  2269.  
  2270. (set #where-setvnc
  2271. (cat    "Prosim izberite predal, kamor naj namestim "
  2272.         "program SetVNC:"
  2273. ))
  2274.  
  2275. (set #where-setvnc-help
  2276. (cat    "Program SetVNC je ViNCEdov nadzorni program "
  2277.         "in urejevalnik nastavitev, vse v enem. Obièajno bi moral "
  2278.         "biti v predalu C:. Priporoèam, da ga ne daste v "
  2279.         "Prefs."
  2280. ))
  2281.  
  2282. (set #where-locale
  2283. (cat    "Kam naj namestim kataloge? (Predal "
  2284.         "VNC bo ustvarjen):"
  2285. ))
  2286.  
  2287. (set #where-locale-help
  2288. (cat    "Prosim izberite predal, kamor naj prekopiram kataloge, "
  2289.         "to je datoteke s prevodi "
  2290.         "ViNCEda v razliène jezike. Na izbrani lokaciji bo "
  2291.         "ustvarjen predal z imenom VNC. "
  2292.         "®e nastavljena izbira je obièajno v redu."
  2293. ))
  2294.  
  2295. (set #where-devs
  2296. (cat    "Kam naj namestim prijavne ikone?"
  2297. ))
  2298.  
  2299. (set #where-devs-help
  2300. (cat    "Prijavne ikone so potrebne za prijavo ViNCEd upravljalca ob "
  2301.         "zagonu. Prebere jih startup-sequence z ukazom "
  2302.         "mount v èasu zagona. Te ikone naj bi obièajno ¹le "
  2303.         "v predal DEVS/DosDrivers."
  2304. ))
  2305.  
  2306. (set #where-prefs
  2307. (cat    "Kam naj namestim ikono urejevalnika nastavitev?"
  2308. ))
  2309.  
  2310. (set #where-prefs-help
  2311. (cat    "Prosim, izberite predal, kamor naj prekopiram SetVNC ikono. "
  2312.         "To je obièajno predal Prefs va¹ega sistema. "
  2313.         "Mimogrede naj povem, da ni potrebno, da je program SetVNC v istem "
  2314.         "predalu, kot njegova ikona."
  2315. ))
  2316.  
  2317. (set #where-archive
  2318. (cat    "Kam naj namestim izbrane nastavitve?"
  2319. ))
  2320.  
  2321. (set #where-archive-help
  2322. (cat    "Prosim, iberite predal, kamor naj prekopiram datoteko "
  2323.         "z izbranimi nastavitvami. To je obièajno "
  2324.         "ENVARC: dodelitev (assign) v va¹em sistemu."
  2325. ))
  2326.  
  2327. (set #where-rexx
  2328. (cat    "Prosim, doloèite predal, ki vsebuje rexxsyslib.library:"
  2329. ))
  2330.  
  2331. (set #where-rexx-help
  2332. (cat    "Prosim, tu doloèite predal, ki vsebuje "
  2333.         "rexxsyslib.library. Ta datoteka je obièajno v predalu "
  2334.         "LIBS va¹ega zagonskega diska.\n"
  2335.         "Ta podatek potrebujem, da preverim, èe imate starej¹o verzijo "
  2336.         "rexxsyslib.library, ki je polna hro¹èev, in lahko na njej "
  2337.         "za¾enem popravek, da jo popravim. O popravku vas bom ¹e "
  2338.         "posebej povpra¹al."
  2339. ))      
  2340.  
  2341. (set #replace-old
  2342. (cat    "Naj namestim 3.6x nastavitve in nadomestim stare 3.5x nastavitve?"
  2343. ))
  2344.  
  2345. (set #replace-old-help
  2346. (cat    "V va¹em predalu ENVARC:sys sem na¹el stare nastavitve. "
  2347.         "Nove verzije ViNCEda ¹e vedno lahko prebirajo star format, "
  2348.         "toda ta podpora bo odstranjena v eni izmed naslednjih verzij. "
  2349.         "Upo¹tevane ne bodo vse stare nastavitve, nekatere podrobnosti "
  2350.         "bo v novi verziji ViNCEda potrebno znova nastaviti. "
  2351.         "Èe namestite novo datoteko z nastavitvami, starih ne boste izgubili, "
  2352.         "saj bodo ¹e vedno na prej¹nji lokaciji "
  2353.         "vendar jih bo ViNCEd ignoriral, èe bo na¹el novej¹o razlièico. "
  2354.         "Èe boste po instalaciji ¾eleli ponovno uveljaviti stare nastavitve, "
  2355.         "lahko preprosto zbri¹ete datoteko "
  2356.         "ENVARC:ViNCEd.prefs, a v tem primeru kasneje ne pozabite zagnati \"SetVNC\", "
  2357.         "kajti podpora za stari format ne bo trajala veèno."
  2358. ))
  2359.  
  2360. (set #copy-icon
  2361. (cat    "Ali ¾elite nadomestiti ikono za lupino?"
  2362. ))
  2363.  
  2364. (set #copy-icon-help
  2365. (cat    "Èe ¾elite ViNCEd uporabljati kot urejevalnik lupine, vam svetujem, da "
  2366.         "sistemsko ikono nadomestite z ikono, ki se nahaja v tem arhivu. "
  2367.         "Za okno lupine ta izbere pot do ViNCEda."
  2368. ))
  2369.  
  2370. (set #where-shell
  2371. (cat    "Prosim, izberite predal, kjer le¾i ikona lupine:"
  2372. ))
  2373.  
  2374. (set #where-shell-help
  2375. (cat    "Èe ¾elite nadomestiti sistemsko ikono lupine, "
  2376.         "mi morate prosim povedati, kje jo imate. Obièajno je "
  2377.         "ali v osnovnem predalu zagonske enote, ali v "
  2378.         "predalu System. Vedite, da potrebujem PREDAL, "
  2379.         "ne datoteko!"
  2380. ))
  2381.  
  2382. (set #where-lib
  2383. (cat    "Prosim, izberite predal, kamor naj prekopiram "
  2384.         "vnc.library:"
  2385. ))
  2386.  
  2387. (set #where-lib-help
  2388. (cat    "vnc.library je glavna knji¾nica ViNCEda, "
  2389.         "vsebuje vse funkcije upravljalca. Obièajno naj bi jo "
  2390.         "namestili v va¹ predal LIBS:."
  2391. ))
  2392.  
  2393. (set #do-patch
  2394. (cat    "Ali ¾elite popraviti ARexx, da bi odstranili hro¹èa?"
  2395. ))
  2396.  
  2397. (set #patch-help
  2398. (cat    "Funkcija WaitDosPacket knji¾nice rexxsyslib.library ima hro¹èa, "
  2399.         "ki lahko povzroèi sesutje. To ni problem, znaèilen le za "
  2400.         "ViNCEd in "
  2401.         "se lahko pojavi tudi v drugih programih. Ta popravek bi morali instalirati, "
  2402.         "da popravite knji¾nico."
  2403. ))
  2404.  
  2405. (set #copy-stringsnip
  2406. (cat    "Ali ¾elite namestiti ukaz StringSnip?"
  2407. ))
  2408.  
  2409. (set #install-stringsnip
  2410. (cat    "Ali ¾elite namestiti StringSnip ob zagonu?"
  2411. ))
  2412.  
  2413. (set #stringsnip-help
  2414. (cat    "StringSnip je majhen programèek, ki, èe je name¹èen, raz¹iri "
  2415.         "opcije vnosnih polj urejevalnika na naèin, kompatibilen z "
  2416.         "ViNCEdom. Amiga-X odre¾e vsebino, Amiga-C jo prekopira in "
  2417.         "Amiga-V vrine odlo¾i¹èe. Dodatne kombinacije kurzorskih tipk "
  2418.         "kot tiste, ki jih ponuja ViNCEd, naredijo iz tega uporabno "
  2419.         "orodje, ki deluje neodvisno od ViNCEda."
  2420. ))
  2421.  
  2422. (set #where-stringsnip
  2423. (cat    "Kam naj namestim program StringSnip?"
  2424. ))
  2425.  
  2426. (set #where-stringsnip-help
  2427. (cat    "Prosim, izberite predal, kamor naj prekopiram "
  2428.         "programèek StringSnip in od koder se ta za¾ene "
  2429.         "zagonu. To naj bi obièajno bil "
  2430.         "predal C: va¹ega zagonskega diska.\n"
  2431.         #stringsnip-help
  2432. ))
  2433.  
  2434. (set #copy-multiassigns
  2435. (cat    "Ali ¾elite namestiti ukaz TrueMultiAssigns?"
  2436. ))
  2437.  
  2438. (set #install-multiassigns
  2439. (cat    "Ali ¾elite zagnati TrueMultiAssigns ob zagonu?"
  2440. ))
  2441.  
  2442. (set #multiassigns-help
  2443. (cat    "Program TrueMultiAssigns je popravni ukaz, ki poskrbi za pravilno delovanje "
  2444.         "rutin AmigaDOSa za preverjanje vzorca v primeru "
  2445.         "veèpredalnih dodelitev (assigns). "
  2446.         "Predpomnilnik predalov TAB raz¹iritev ViNCEda prièakuje, da je ta "
  2447.         "popravek name¹èen, zato ga prosim dodajte v sistem. "
  2448.         "Za isto delo je moè najti veè programov, toda vsi, ki sem jih jaz "
  2449.         "preizkusil so bolj ali manj pokvarjeni, vkljuèno z MultiCX in "
  2450.         "starim TrueMultiAssigns 1.02 Marcusa Wilda, in ne delujejo "
  2451.         "z ViNCEdom. Priporoèam, da uporabite moj popravek, ker je bil "
  2452.         "preizku¹en za podporo ViNCEda."
  2453. ))
  2454.  
  2455. (set #where-multiassigns
  2456. (cat    "Kam naj namestim TrueMultiAssigns?"
  2457. ))
  2458.  
  2459. (set #where-multiassigns-help
  2460. (cat    "Prosim, izberite predal, kamor naj prekopiram "
  2461.         "program TrueMultiAssigns. Od tam ga bom nalo¾il "
  2462.         "ob zagonu. To naj bi obièajno bil predal C: "
  2463.         "va¹ega zagonskega diska.\n"
  2464.         #multiassigns-help
  2465. ))
  2466.  
  2467. (set #copy-tbiclass
  2468. (cat    "Ali ¾elite namestiti razred podob za naslovno vrstico?"
  2469. ))
  2470.  
  2471. (set #where-tbiclass
  2472. (cat    "Kam naj namestim razred podob za naslovno vrstico?"
  2473. ))
  2474.  
  2475. (set #copy-tbiclass-help
  2476. (cat    "Razred podob za naslovno vrstico, ki ga je napisal Massimo Tantignone in "
  2477.         "je vkljuèen z njegovim prijaznim dovoljenjem, priredi ViNCEdove "
  2478.         "podobe v naslovni vrstici - tako makro gumbe kot tudi orodje za ikoniziranje. "
  2479.         "Ta razred ni OBVEZEN, ViNCEd bo uporabil lastne "
  2480.         "podobe, èe te ne bodo na voljo. Gre torej za stvar "
  2481.         "osebnega okusa, ali imate raje ViNCEdov lastni ali Massimov "
  2482.         "slog gumbov.\n"
  2483.         "Ta razred PRAV TAKO NI potreben, èe ¾e zaganjate "
  2484.         "VisualPrefs, ker je potem tako ali tako na voljo."
  2485. ))
  2486.  
  2487. (set #where-tbiclass-help
  2488. (cat    "Razred podob za naslovno vrstico naj bi obièajno ¹el k ostalim "
  2489.         "razredom podob, namreè v \"SYS:Classes/Images/titlebar.image\".\n"
  2490.         "Obièajno ni razloga, da bi ga dali drugam, si pa zapomnite, da "
  2491.         "ViNCEd posku¹a odpreti razred kot \"images/titlebar.image\", "
  2492.         "zato je podpredal, imenovan \"images\" OBVEZEN.\n"
  2493.         #copy-tbiclass-help
  2494. ))
  2495.  
  2496. (set #copy-unixdirs
  2497. (cat    "Ali ¾elite namestiti ukaz UnixDirs?"
  2498. ))
  2499.  
  2500. (set #install-unixdirs
  2501. (cat    "Ali ¾elite zagnati UnixDirs ob zagonu?"
  2502. ))
  2503.  
  2504. (set #unixdirs-help
  2505. (cat    "Ta dober program, ki ga je napisal Timo Kaikumaa, AmigaDOSu doda "
  2506.         "naslavljanje predalov v Unix stilu. Kot primer, "
  2507.         "pika (.) se lahko uporablja kot oznaka za trenutni "
  2508.         "predal, dvojna pika (..) je nadomestek za "
  2509.         "nadrejeni predal in ena sama po¹evna èrta pomeni osnovni "
  2510.         "predal. Poleg tega postane zvezdica (*) veljaven "
  2511.         "vzorèni znak in s tem nadomesti obièajno #? sosledje.\n"
  2512.         "Hvala Timotu, da mi je dovolil raz¹irjati njegov popravek. "
  2513. ))
  2514.  
  2515. (set #where-unixdirs
  2516. (cat    "Kam naj namestim program UnixDirs?"
  2517. ))
  2518.  
  2519. (set #where-unixdirs-help
  2520. (cat    "Prosim, izberite predal, kamor naj prekopiram program UnixDirs."
  2521.         "To naj bi obièajno bil predal C: va¹ega "
  2522.         "zagonskega diska, od koder se to orodje lahko za¾ene ob "
  2523.         "zagonu.\n"
  2524.         #unixdirs-help
  2525. ))
  2526.  
  2527. (set #copy-uxhelp
  2528. (cat    "Ali naj namestim priroènik za UnixDirs?"
  2529. ))
  2530.  
  2531. (set #copy-uxhelphelp
  2532. (cat    "To je dokumentacija za program UnixDirs "
  2533.         "avtorja Timota Kaikumaa. Èe vam moèno ne primanjkuje "
  2534.         "prostora na disku, ga prosim prav tako namestite."
  2535. ))
  2536.  
  2537. (set #copy-topaz6
  2538. (cat    "Ali ¾elite namestiti font topaz6?"
  2539. ))
  2540.  
  2541. (set #copy-topaz6-help
  2542. (cat    "Font topaz6 je velikosti 6x8 in nadome¹èa font XEN.8. "
  2543.         "V nasprotju s fontm XEN, ki je proporcialen in "
  2544.         "zato ne preveè primeren za ViNCEd, topaz6.8 deluje v redu. "
  2545.         "Ta font je popoln in vsebuje vse posebne znake "
  2546.         "LATIN-ANSI nabora znakov."
  2547. ))
  2548.  
  2549. (set #where-topaz6
  2550. (cat    "Kam naj namestim font topaz6?"
  2551. ))
  2552.  
  2553. (set #where-topaz6-help
  2554. (cat    "Prosim, izberite predal, kamor naj prekopiram datoteke fonta. "
  2555.         "To naj bi obièajno bil predal FONTS: va¹ega zagonskega diska "
  2556.         "ali katerakoli druga lokacija, kjer ga bo sistem na¹el.\n"
  2557.         #copy-topaz6-help
  2558. ))
  2559.  
  2560.  
  2561. (set #where-uxhelp
  2562. (cat    "Kam naj namestim priroènik UnixDirs?"
  2563. ))
  2564.  
  2565. (set #where-uxhelp-help
  2566. (cat    "Prosim izberite predal, kamor naj prekopiram "
  2567.         "dokumentacijo programa UnixDirs. Imate "
  2568.         "povsem svobodno izbiro."
  2569. ))
  2570.  
  2571. (set #which-prefs
  2572. (cat    "Katero konfiguracijo ViNCEda ¾elite namestiti?"
  2573. ))
  2574.  
  2575. (set #which-prefs-help
  2576. (cat    "Prosim, izberite eno izmed navedenih ViNCEdovih konfiguracij: "
  2577.         "\"Obièajne nastavitve\" so ViNCEdove tovarni¹ke nastavitve, "
  2578.         "\"Moje nastavitve\" so nastavitve, s katerimi delam jaz, "
  2579.         "\"Kot XTerm\" pa so nastavitve, ki jih ima po mojih izku¹njah veèina ljudi najraje. "
  2580.         "\"Brez\" pomeni, da ne bo name¹èenih nobenih nastavitev; to pomeni, "
  2581.         "da bo ViNCEd uporabljal tovarni¹ke nastavitve, razen èe so ¹e vedno "
  2582.         "na voljo stare nastavitve, ki jih noèete izgubiti.\n"
  2583.         "Veèina teh nastavitev bo najbr¾ potrebovala ¹e nekaj sprememb, preden bo "
  2584.         "ustrezala va¹emu osebnemu slogu. Uporabite program \"SetVNC\" iz predala "
  2585.         "Prefs va¹ega sistema in z njim spremenite nastavitve, ko bo namestitev "
  2586.         "konèana."
  2587. ))
  2588.  
  2589. (set #prefs-standard
  2590. (cat    "Obièajne nastavitve"
  2591. ))
  2592.  
  2593. (set #prefs-mine
  2594. (cat    "Moje nastavitve"
  2595. ))
  2596.  
  2597. (set #prefs-xterm
  2598. (cat    "Kot XTerm"
  2599. ))
  2600.  
  2601. (set #prefs-none
  2602. (cat    "Brez"
  2603. ))
  2604.  
  2605. (set #patch-more-pi
  2606. (cat    "Ali naj popravim hro¹è ukaza More?"
  2607. ))
  2608.  
  2609. (set #patch-more-help
  2610. (cat    "Program More onesposobi ikoniziranje ViNCEdovega okna, "
  2611.         "v katerem je bil zagnan. Ta popravek odpravi problem verzije 40.3 "
  2612.         "programa More in ga dopolni do verzije 40.4."
  2613. ))
  2614.  
  2615. (set #where-more
  2616. (cat    "Prosim, izberite ukaz More:"
  2617. ))
  2618.  
  2619. (set #where-more-help
  2620. (cat    "Prosim izberite ukaz More z datoteènim zahtevkom. Obièajno "
  2621.         "ga boste na¹li v predalu \"Utilities\" va¹e "
  2622.         "sistemske particije.\n"
  2623.         #patch-more-help
  2624. ))
  2625.  
  2626. (set #install-named-pi
  2627. (cat    "Naj namestim NamedConsoleHandler?"
  2628. ))
  2629.  
  2630. (set #install-named-help
  2631. (cat    "NamedConsoleHandler obide funkcijo AmigaDOS "
  2632.         "verzij 2.0 in 2.1, ki ViNCEdu prekine tipko ^Z. "
  2633.         "Za AmigaDOS verziji 3.0 in 3.1 ga zato ni potrebno namestiti. "
  2634. ))
  2635.  
  2636. (set #install-named-where
  2637. (cat    "Kam naj namestim NamedConsoleHandler?"
  2638. ))
  2639.  
  2640. (set #install-named-where-help
  2641. (cat    "NamedConsoleHandler naj bi obièajno ¹el v predal L: "
  2642.         "va¹e zagonske particije, kjer so ¾e vsi ostali upravljalci.\n"
  2643.         #install-named-help
  2644. ))
  2645.  
  2646. (set #install-named-icon
  2647. (cat    "Kam naj dam prijavno ikono za NamedConsole?"
  2648. ))
  2649.  
  2650. (set #install-named-icon-help
  2651. (cat    "NamedConsoleHandler prijavna ikona naj bi obièajno bila v "
  2652.         "DEVS:DosDrivers, kjer so ¾e vse ostale prijavne ikone. "
  2653.         "Da bi omogoèili funkcijo ^Z ViNCEda tudi v AmigaDOS verzijo 2.0 in "
  2654.         "2.1, mora biti ta ikona prijavjena med zagonom.\n"
  2655.         #install-named-help
  2656. ))
  2657.  
  2658. (set #exit-not-found
  2659. (cat    "Ne najdem va¹e datoteke \"%s\" - DOS napaka %ld "
  2660.         "- namestitev prekinjena. "
  2661. ))
  2662.  
  2663. (set #exit-text
  2664. (cat    "Namestitev ViNCEda je konèana. Raèunalnik ponovno za¾enite.\n"
  2665.         "Upam, da vam bo ViNCEd v¹eè tako kot meni..."
  2666. ))
  2667. ))
  2668.  
  2669. ;==========================================================================
  2670. ;###italiano###
  2671.  
  2672. (if (= @language "italiano")
  2673. (
  2674. (set #default_lang 16)
  2675. (set #yes "Sì")
  2676. (set #no  "No")
  2677.  
  2678. (set #which-disk
  2679. (cat "Su quale disco vuoi installare ViNCEd?"
  2680. ))
  2681.  
  2682. (set #exit-not-decoded
  2683. (cat "Non riesco a ricostruire il programma SetVNC. Contatta l'autore!"
  2684.      "thor@math.tu-berlin.de."
  2685. ))
  2686.  
  2687. (set #which-disk-help
  2688. (cat "\nIn questa sezione sarà possibile scegliere in quale disco dovranno  "
  2689.      "essere installati i file di ViNCEd. Questi andrebbero installati,  "
  2690.      "di norma, nello stesso disco in cui si tengono i file del sistema  "
  2691.      "cioè la partizione -o disco- di boot.\n\n"
  2692.      @askdir-help
  2693. ))
  2694.  
  2695. (set #no-assign
  2696. (cat "\nLa destinazione deve essere un disco di sistema: in essa devono  "
  2697.      "essere presenti i cassetti S, DEVS, LIBS e C.\n\n"
  2698. ))
  2699.  
  2700. (set #old-name
  2701. (cat "OLD"
  2702. ))
  2703.  
  2704. (set #move-old
  2705. (cat "\n\nSi vuole tenere una copia dei seguenti file "
  2706.      "nel cassetto \"%s\"?\n\n%s"
  2707. ))
  2708.  
  2709. (set #move-old-help
  2710. (cat "\nL'installazione di ViNCEd rimpiazzerà alcuni file del Workbench, "
  2711.      "i file Startup- e MountList. "
  2712.      "Per conservare i cambiamenti eventualmente effettuati su tali file, "
  2713.      "il processo di installazione ne farà una copia nella directory \"%s\" "
  2714.      "nella quale potranno poi essere ritrovati."
  2715. ))
  2716.  
  2717. (set #move-old-1
  2718. (cat "Copia"
  2719. ))
  2720.  
  2721. (set #move-old-2
  2722. (cat "Salta questa parte"
  2723. ))
  2724.  
  2725. (set #ask-vnc
  2726. (cat "Localizzare la directory in cui sono contenuti i file di ViNCEd:"
  2727. ))
  2728.  
  2729. (set #ask-vnc-help
  2730. (cat "Si specifichi qui la directory in cui si è scompattato "
  2731.      "l'archivio. La directory predefinita dovrebbe andare bene in "
  2732.      "(quasi) tutti i casi, perciò non è necessario cambiarla.\n\n"
  2733.      @askdir-help
  2734. ))
  2735.  
  2736. (set #do-mount
  2737. (cat    "Si vuole montare da startup-sequence l'handler di ViNCEd?"
  2738. ))
  2739.  
  2740. (set #mount-help
  2741. (cat    "Se si intende installare ViNCEd come gestore delle finestre "
  2742.     "della shell è necessario montarlo come un device, come la RAD "
  2743.     "o un hard disk. Le informazioni necessarie per far ciò sono "
  2744.     "contenute nelle voci di montaggio, o \"mount entry\", che si "
  2745.     "devono aggiungere alla lista di sistema dei device. Consiglio "
  2746.         "di rispondere SI' dato che non montandolo, si rende ViNCEd inutile. "
  2747. ))
  2748.  
  2749. (set #modify-startup
  2750. (cat    "Si vuole montare automaticamente ViNCEd all'avvio?"
  2751. ))
  2752.  
  2753. (set #override-con
  2754. (cat    "Rimpiazzere l'handler CON: con ViNCEd?"
  2755. ))
  2756.  
  2757. (set #override-help
  2758. (cat    "Con l'aggiunta di un comando nella startup-sequence "
  2759.     "ViNCEd può essere configurato per rimpiazzare l'handler "
  2760.     "delle finestre di sistema della Commodore, CON:. Ciò significa "
  2761.     "che ogni finestra di console, come le finestre usate per ARexx, "
  2762.     "Ed e molti altri, saranno aperte come finestre di ViNCEd. In "
  2763.     "questo caso, si consiglia di NON attivare la modalità "
  2764.     "\"Usa il modo Shell se non specificato altrimenti\" nell'editor "
  2765.     "delle impostazioni. Istruzioni più dettagliate nella guida."
  2766. ))
  2767.  
  2768. (set #modify-startup-help
  2769. (cat    "Il comando che dev'essere aggiunto è \"%s\"\n\n"
  2770.     "Questo comando monterà ViNCEd automaticamente."
  2771. ))
  2772.  
  2773. (set #which-name
  2774. (cat    "Con che nome deve essere montato ViNCEd?"
  2775. ))
  2776.  
  2777. (set #which-name-help
  2778. (cat    "ViNCEd può essere montato come VNC: o come NEWCON:. "
  2779.     "In entrambi i casi funziona bene, ma si dovrebbe usare "
  2780.         "NEWCON: se si vuole rimpiazzare l'handler delle finestre"
  2781.     "di sistema col Workbench 1.3. "
  2782. ))
  2783.  
  2784. (set #copy-lib
  2785. (cat    "Si vuole copiare la vnc.library nel cassetto LIBS:?"
  2786. ))
  2787.  
  2788. (set #copy-lib-help
  2789. (cat    "La vnc.library è il cuore del driver delle finestre di ViNCEd: "
  2790.         "contiene l'handler stesso. L'handler delle finestre non   "
  2791.     "può funzionare senza di essa, e non installarla renderebbe "
  2792.     "l'installazione stessa inutile. "
  2793. ))
  2794.  
  2795. (set #copy-setvnc
  2796. (cat    "Si vuole copiare il programma di controllo SetVNC nel "
  2797.     "cassetto C:?"
  2798. ))
  2799.  
  2800. (set #copy-setvnc-help
  2801. (cat    "Il programma SetVNC serve per decidere le impostazioni per il  "
  2802.     "sistema di ViNCEd. Fornisce non solo un completo editor di "
  2803.     "impostazioni funziona anche come controllo di lavoro. "
  2804.     "Informazioni più accurate nella guida "
  2805. ))
  2806.  
  2807. (set #do-locale
  2808. (cat    "Che lingue si vogliono installare?"
  2809. ))
  2810.  
  2811. (set #locale-help
  2812. (cat    "E' possibile localizzare ViNCEd per varie lingue. Si scelgano "
  2813.     "qui tutte le lingue che si intende installare. I dati necessari "
  2814.     "per la localizzazione verranno copiati, durante il processo di "
  2815.     "installazione, nel sistema; normalmente nella directory LOCALE:. "
  2816. ))
  2817.  
  2818. (set #do-prefs
  2819. (cat    "Si vuole installare l'icona per SetVNC?"
  2820. ))
  2821.  
  2822. (set #prefs-help
  2823. (cat    "Questa icona verrà copiata nel cassetto Prefs e associata "
  2824.     "all'editor di impostazioni di ViNCEd: SetVNC. "
  2825.     "Una gradevole interfaccia grafica permetterà di configurare "
  2826.     "tutti i parametri di ViNCEd."
  2827. ))
  2828.  
  2829. (set #copy-help
  2830. (cat    "Si vuole installare la guida in linea di ViNCEd?"
  2831. ))
  2832.  
  2833. (set #copy-help-help
  2834. (cat    "La guida di ViNCEd è una documentazione completa dell'handler "
  2835.     "e dell'editor di impostazioni, SetVNC. "
  2836.     "Viene invocata dalla pressione del tasto Help nella shell "
  2837.     "o da un pulsante 'Guida' nel'editor delle impostazioni. A meno    che "
  2838.     "si abbia una grave carenza di spazio su disco, la si dovrebbe "
  2839.     "installare. "
  2840. ))
  2841.  
  2842. (set #help-dir
  2843. (cat    "Selezionare il cassetto in cui installare la guida:"
  2844. ))
  2845.  
  2846. (set #help-help
  2847. (cat    "Assieme a ViNCEd viene fornita una guida in linea, visualizzabile "
  2848.     "tramite i programmi Commodore AmigaGuide o MultiView. Si scelga "
  2849.     "in che cassetto copiare questa guida."
  2850. ))
  2851.  
  2852. (set #do-docs
  2853. (cat    "Si vogliono installare i file include di ViNCEd?"
  2854. ))
  2855.  
  2856. (set #docs-where
  2857. (cat    "Si scelga il cassetto per i file include e la libreria statica:"
  2858. ))
  2859.  
  2860. (set #docs-help
  2861. (cat    "Se si vogliono utilizzare tutte le caratteristiche di ViNCEd, sono "
  2862.     "necessari i file include per C e assembly per scrivere i propri "
  2863.     "programmi che usano ViNCEd. Si raccomanda di usare le routine stub "
  2864.     "della libreria statica per fare ciò. "
  2865. ))
  2866.  
  2867. (set #browser-where
  2868. (cat    "Indicare il proprio lettore preferito per il formato AmigaGuide:"
  2869. ))
  2870.  
  2871. (set #browser-help
  2872. (cat    "Selezionare un programma che possa visualizzare file AmigaGuide. "
  2873.     "Dovrebbe essere AmigaGuide o Multiview. Come ultima possibilità, "
  2874.     "si scelga MORE o Ed che possono essere trovati nei cassetti "
  2875.     "Utilities o C: del disco del Workbench."
  2876. ))
  2877.  
  2878. (set #do-scripts
  2879. (cat    "Si desidera installare gli script per la shell?"
  2880. ))
  2881.  
  2882. (set #scripts-help
  2883. (cat    "Questi script rimpiazzano i comandi SetFont e SetKeyboard in modo "
  2884.     "che siano compatibili con ViNCEd. Ci sono altri tre piccoli script "
  2885.     "che costituiscono utili scorciatoie per le funzioni di controllo "
  2886.     "dei job."
  2887. ))
  2888.  
  2889. (set #where-scripts
  2890. (cat    "Dove devono essere copiati gli script?"
  2891. ))
  2892.  
  2893. (set #where-scripts-help
  2894. (cat    "Gli script della shell di solito si trovano nella directory S del "
  2895.     "dispositivo da cui è stato fatto il boot, e qui vengono cercati dal "
  2896.     "sistema se non si specifica altrimenti. "
  2897.     "Comunque, se si preferisce copiarli in una locazione diversa, lo si "
  2898.     "faccia pure, a patto però di accertarsi che la shell possa accedervi, "
  2899.     "in caso contrario essi saranno inutili."
  2900. ))
  2901.  
  2902. (set #where-setvnc
  2903. (cat    "Selezionare la directory in cui installare il "
  2904.     "programma SetVNC:"
  2905. ))
  2906.  
  2907. (set #where-setvnc-help
  2908. (cat    "Il programma SetVNC riunisce in se il programma di controllo "
  2909.     "e l'editor delle impostazioni di ViNCEd. Di solito va copiato "
  2910.     "nella directory C:. L'autore consiglia di NON metterlo nella "
  2911.     "directory Prefs."
  2912. ))
  2913.  
  2914. (set #where-locale
  2915. (cat    "Dove si vogliono installare i file .catalog? (verrà creata una "
  2916.     "directory di nome VNC):"
  2917. ))
  2918.  
  2919. (set #where-locale-help
  2920. (cat    "Si selezioni la directory in cui vanno copiati i cataloghi, "
  2921.     "cioè i file che contengono la traduzione di ViNCEd nelle varie "
  2922.     "lingue. Verrà automaticamente creata una directory di nome VNC "
  2923.     "nella locazione scelta. "
  2924.     "Di solito non è necessario cambiare la directory predefinita."
  2925. ))
  2926.  
  2927. (set #where-devs
  2928. (cat    "Dove si vogliono installare le icone per il montaggio?"
  2929. ))
  2930.  
  2931. (set #where-devs-help
  2932. (cat    "Le icone per il montaggio servono a montare l'handler di ViNCEd "
  2933.     "all'avvio. Sono lette dalla startup-sequence tramite il "
  2934.     "comando mount durante il boot. Queste icone di solito vanno "
  2935.     "copiarsi nella directory DEVS/DosDrivers."
  2936. ))
  2937.  
  2938. (set #where-prefs
  2939. (cat    "Dove si vuole installare l'icona dell'editor delle impostazioni?"
  2940. ))
  2941.  
  2942. (set #where-prefs-help
  2943. (cat    "Si selezioni la directory in cui copiare l'icona di SetVNC. "
  2944.     "Di solito questa è il cassetto Prefs del disco di sistema. "
  2945.     "Si noti che non è necessario che il programma SetVNC si trovi "
  2946.     "nella stessa directory della sua icona!"
  2947. ))
  2948.  
  2949. (set #where-archive
  2950. (cat    "Dove si vogliono installare i file contenenti le impostazioni?"
  2951. ))
  2952.  
  2953. (set #where-archive-help
  2954. (cat    "Si selezioni la directory dove si vuole copiare il file delle "
  2955.     "impostazioni. Di solito si usa a questo scopo l'assegnamento "
  2956.     "di sistema ENVARC:."
  2957. ))
  2958.  
  2959. (set #where-rexx
  2960. (cat    "Selezionare la directory contenete la rexxsyslib.library:"
  2961. ))
  2962.  
  2963. (set #where-rexx-help
  2964. (cat    "Si individui la directory contenente la libreria "
  2965.     "rexxsyslib.library. Di solito questa è contenuta nel cassetto "
  2966.     "LIBS del disco di boot.\n"
  2967.     "Questa informazione permette di controllare la versione della "
  2968.     "suddetta libreria e, se in presenza di una versione obsoleta e "
  2969.     "bacata, di applicare un patch per correggerne gli errori. Verrà "
  2970.     "ulteriore conferma prima dell'applicazione del patch."
  2971. ))
  2972.  
  2973. (set #replace-old
  2974. (cat    "Si desidera installare le impostazioni nel formato della versione "
  2975.     "3.6x e rimpiazzare le vecchie impostazione della versione 3.5x?"
  2976. ))
  2977.  
  2978. (set #replace-old-help
  2979. (cat    "Sono stati trovati i file delle impostazioni nel vecchio formato "
  2980.     "nel cassetto ENVARC:sys. "
  2981.     "Le nuove versioni di ViNCEd sono in grado di leggere il vecchio "
  2982.     "formato, ma questo supporto verrà abbandonato in una delle prossime "
  2983.     "versioni. Non tutte le impostazioni del vecchio formato verranno "
  2984.     "convertite correttamente nel nuovo formato: alcuni dettagli "
  2985.     "dovranno essere riconfigurati. "
  2986.     "Se si installa un nuovo file di impostazioni, quello vecchio "
  2987.     "verrà conservato nella locazione originaria, così che niente è "
  2988.     "perduto; ma se viene trovato un file di impostazioni nel nuovo "
  2989.     "formato, quello vecchio verrà ignorato da ViNCEd. Se dopo "
  2990.     "l'installazione si vogliono ricreare le vecchie impostazioni, "
  2991.     "sarà sufficiente cancellare il file "
  2992.     "ENVARC:ViNCEd.prefs, ma non si dimentichi di lanciare \"SetVNC\" "
  2993.     "dopo un po', dato che il vecchio formato non verrà supportato "
  2994.     "per sempre."
  2995. ))
  2996.  
  2997. (set #copy-icon
  2998. (cat    "Si desidera rimpiazzare l'icona della shell?"
  2999. ))
  3000.  
  3001. (set #copy-icon-help
  3002. (cat    "Se si vuole usare ViNCEd come un editor per la shell, si consiglia "
  3003.     "di rimpiazzare l'icona di sistema per la shell con quella contenuta "
  3004.     "nell'archivio, che seleziona ViNCEd come gestore della finestra della shell."
  3005. ))
  3006.  
  3007. (set #where-shell
  3008. (cat    "Selezionare la directory in cui è contenuta l'icona della shell:"
  3009. ))
  3010.  
  3011. (set #where-shell-help
  3012. (cat    "Se si vuole rimpiazzare l'icona di sistema per la shell, "
  3013.     "bisogna comunicare all'installer dove cercarla. Di solito "
  3014.     "la si trova nella directory radice del disco di boot, o "
  3015.     "nel cassetto System. Si noti che è necessario indicare "
  3016.     "la DIRECTORY, non il file!"
  3017. ))
  3018.  
  3019. (set #where-lib
  3020. (cat    "Selezionare la directory in cui copiare la vnc.library:"
  3021. ))
  3022.  
  3023. (set #where-lib-help
  3024. (cat    "La vnc.library è la libreria principale di ViNCEd: "
  3025.     "contiene tutte le funzioni dell'handler. Andrebbe installata, "
  3026.     "di norma, nella directory LIBS:."
  3027. ))
  3028.  
  3029. (set #do-patch
  3030. (cat    "Si vuole applicare un patch per rimuovere un bug da ARexx?"
  3031. ))
  3032.  
  3033. (set #patch-help
  3034. (cat    "La funzione WaitDosPacket della rexxsyslib.library ha un bug "
  3035.     "che può causare crash di sistema. Questo non è un problema "
  3036.     "specificamente di ViNCEd e può manifestarsi anche con altri "
  3037.     "programmi. Si consiglia di installare questo patch e correggere "
  3038.     "la libreria."
  3039. ))
  3040.  
  3041. (set #copy-stringsnip
  3042. (cat    "Si desidera installare il comando StringSnip?"
  3043. ))
  3044.  
  3045. (set #install-stringsnip
  3046. (cat    "Si desidera lanciare StringSnip all'avvio?"
  3047. ))
  3048.  
  3049. (set #stringsnip-help
  3050. (cat    "StringSnip è una piccola utility che, se installata, migliora "
  3051.     "le caratteristiche di editing dei gadget stringa in modo che siano"
  3052.     "simili a quelle di ViNCEd. Amiga-X esegue un 'taglia' dei contenuti "
  3053.     "del gadget, Amiga-C esegue 'copia' e Amiga-V 'incolla' la clipboard. "
  3054.     "Ulteriori combinazioni dei tasti cursore, simili a quelle fornite "
  3055.     "da ViNCEd rendono questo programmino un utile strumento che funziona "
  3056.     "independentemente da ViNCEd."
  3057. ))
  3058.  
  3059. (set #where-stringsnip
  3060. (cat    "Dove si desidera installare il programma StringSnip?"
  3061. ))
  3062.  
  3063. (set #where-stringsnip-help
  3064. (cat    "Si selezioni la directory in cui si vuole copiare l'utility "
  3065.     "StringSnip e da cui verrà caricata all'avvio. "
  3066.     "Di solito si usa a questo scopo la directory C: del disco di boot.\n"
  3067.     #stringsnip-help
  3068. ))
  3069.  
  3070. (set #copy-multiassigns
  3071. (cat    "Si vuole installare il comando TrueMultiAssigns?"
  3072. ))
  3073.  
  3074. (set #install-multiassigns
  3075. (cat    "Si vuole lanciare TrueMultiAssigns all'avvio?"
  3076. ))
  3077.  
  3078. (set #multiassigns-help
  3079. (cat    "Il programma TrueMultiAssigns è un comando di patch che fa sì "
  3080.     "che le routine di pattern matching (ricerca tramite maschera) "
  3081.     "dell'AmigaDOS agiscano correttamente nel caso di assegnamenti "
  3082.     "multipli. "
  3083.     "La memoria interna delle directory per l'espansione tramite TAB "
  3084.     "di ViNCEd si aspetta che questo patch sia installato perciò "
  3085.     "si consiglia di installarlo effettivamente. "
  3086.     "E' possibile trovare molti altri programmi che svolgono "
  3087.     "lo stesso compito, ma tutti quelli analizzati dall'autore sono "
  3088.     "risultati essere più o meno inefficienti, incluso MultiCX e il "
  3089.     "vecchio TrueMultiAssigns 1.02 di Marcus Wild, e non funzionano "
  3090.     "con ViNCEd. L'autore raccomanda di usare il suo patch, scritto "
  3091.     "e testato appositamente per supportare ViNCEd."
  3092. ))
  3093.  
  3094. (set #where-multiassigns
  3095. (cat    "Dove si desidera installare TrueMultiAssigns?"
  3096. ))
  3097.  
  3098. (set #where-multiassigns-help
  3099. (cat    "Si selezioni la directory in cui si vuole copiare l'utility "
  3100.     "TrueMultiAssigns e da cui verrà caricata all'avvio. "
  3101.     "Di solito si usa a questo scopo la directory C: del disco di boot.\n"
  3102.     #multiassigns-help
  3103. ))
  3104.  
  3105. (set #copy-tbiclass
  3106. (cat     "Si vuole installare la classe image 'toolbutton'?"
  3107. ))
  3108.  
  3109. (set #where-tbiclass
  3110. (cat    "Dove si desidera installare la classe image 'toolbutton'?"
  3111. ))
  3112.  
  3113. (set #copy-tbiclass-help
  3114. (cat    "La classe image 'toolbutton', scritta da Massimo Tantignone e "
  3115.     "inclusa col suo amichevole consenso, modifica le immagini contenute "
  3116.     "nella barra del titolo delle finestre di ViNCEd - sia i pulsanti "
  3117.     "associati alle macro sia il gadget per l'iconificazione. "
  3118.     "Questa classe è un MUST,  ma se non disponibile ViNCEd userà le "
  3119.     "sue immagini. E' dunque una questione di gusti personali il "
  3120.     "preferire i pulsanti predefiniti di ViNCEd's o lo stile "
  3121.     "'toolbutton' di Massimo.\n"
  3122.     "Da notare che questa classe NON è necessaria se si sta già utilizzando "
  3123.     "VisualPrefs perchè in questo caso è comunque fornita."
  3124. ))
  3125.  
  3126. (set #where-tbiclass-help
  3127. (cat    "La classe image 'toolbutton' dovrebbe stare insieme a tutte le "
  3128.     "altre classi image, cioè in \"SYS:Classes/Images/titlebar.image\".\n"
  3129.     "Ci sono ben poche ragioni per volerla mettere altrove, ma nel caso "
  3130.     "si ricordi che ViNCEd tenta di accedervi come \"images/titlebar.image\" "
  3131.     "perciò una sottodirectory di nome \"images\" è OBBLIGATORIA.\n"
  3132.     #copy-tbiclass-help
  3133. ))
  3134.  
  3135. (set #copy-unixdirs
  3136. (cat    "Si vuole installare il comando UnixDirs?"
  3137. ))
  3138.  
  3139. (set #install-unixdirs
  3140. (cat    "Si vuole lanciare UnixDirs all'avvio?"
  3141. ))
  3142.  
  3143. (set #unixdirs-help
  3144. (cat    "Questo utile programma, sviluppato da Timo Kaikumaa, aggiunge "
  3145.     "all'AmigaOS il riconoscimento dei riferimenti alle directory "
  3146.     "in stile Unix. Ad esempio, il punto (.) si riferisce alla "
  3147.     "directory corrente, il doppio punto (..) è un riferimento alla "
  3148.     "directory precedente e la barra, da sola (/) si riferisce alla "
  3149.     "directory radice, o root. Inoltre l'asterisco (*) diventa uno "
  3150.     "dei metacaratteri permessi per la definizione delle maschere di "
  3151.     "ricerca, al posto della solita sequenza '#?'.\n"
  3152.     "I miei ringraziamenti a  Timo per avermi consentito di "
  3153.     "ridistribuire il suo patch."
  3154. ))
  3155.  
  3156. (set #where-unixdirs
  3157. (cat    "Dove si desidera installare il programma UnixDirs?"
  3158. ))
  3159.  
  3160. (set #where-unixdirs-help
  3161. (cat    "Si selezioni la directory in cui si vuole copiare l'utility "
  3162.     "UnixDirs e da cui verrà caricata all'avvio. "
  3163.     "Di solito si usa a questo scopo la directory C: del disco di boot.\n"
  3164.     #unixdirs-help
  3165. ))
  3166.  
  3167. (set #copy-uxhelp
  3168. (cat    "Si desidera l'installazione della guida di UnixDirs?"
  3169. ))
  3170.  
  3171. (set #copy-uxhelphelp
  3172. (cat    "Si tratta delle istruzioni per l'uso del programma UnixDirs "
  3173.     "di Timo Kaikumaa. A meno che non si abbia una seria carenza "
  3174.     "di spazio su disco, la loro installazione è consigliata."
  3175. ))
  3176.  
  3177. (set #copy-topaz6
  3178. (cat    "Si vuole installare il font topaz6?"
  3179. ))
  3180.  
  3181. (set #copy-topaz6-help
  3182. (cat    "Topaz6 è un font 6x8 che sostituisce il font XEN.8. "
  3183.     "Diversamente da quest'ultimo, che è proporzionale e perciò "
  3184.     "non molto adatto a ViNCEd, il font topaz6 è a spaziatura fissa. "
  3185.     "Questo è un font completo e contiene tutti i caratteri speciali "
  3186.     "del set LATIN-ANSI."
  3187. ))
  3188.  
  3189. (set #where-topaz6
  3190. (cat    "Dove si vuole installare il font topaz6?"
  3191. ))
  3192.  
  3193. (set #where-topaz6-help
  3194. (cat    "Si selezioni la directory in cui si vuole copiare il font "
  3195.     "topaz6. "
  3196.     "Di solito si usa a questo scopo la directory FONTS: del disco di boot."
  3197.     "o qualsiasi altra in cui il font sia rintracciabile dal sistema\n"
  3198.     #copy-topaz6-help
  3199. ))
  3200.  
  3201.  
  3202. (set #where-uxhelp
  3203. (cat    "Dove si desidera installare la guida di UnixDirs?"
  3204. ))
  3205.  
  3206. (set #where-uxhelp-help
  3207. (cat    "Si scelga una directory nella quale sarà copiata la "
  3208.     "documentazione del proramma UnixDirs. "
  3209.     "La scelta è completamente libera."
  3210. ))
  3211.  
  3212. (set #which-prefs
  3213. (cat    "Che configurazione per ViNCEd si vuole installare?"
  3214. ))
  3215.  
  3216. (set #which-prefs-help
  3217. (cat    "Si selezioni UNA delle configurazioni per ViNCEd elencate: "
  3218.     "Le \"Impostazioni Predefinite\" sono quelle standard, "
  3219.     "La \"Mia Configurazione\" è quella con cui lavora l'autore, "
  3220.     "\"Come XTerm\" sono quelle, per quanto ne so, preferite dai più . "
  3221.     "\"nessuna\" significa che non verrà installato alcun file di "
  3222.     "impostazioni, e quindi ViNCEd userà la configurazione standard a meno"
  3223.     "che non trovi preferenze nel vecchio formato da non sovrascrivere.\n"
  3224.     "La maggior parte di questi file di configurazione richiederà piccoli "
  3225.     "aggiustamenti per essere adattata al gusto dell'utente. Si usi il "
  3226.     "programma \"SetVNC\" nel cassetto Prefs del proprio sistema "
  3227.     "per effettuare le necessarie modifiche una volta completata "
  3228.     "l'installazione."
  3229. ))
  3230.  
  3231. (set #prefs-standard
  3232. (cat    "Impostazioni Predefinite"
  3233. ))
  3234.  
  3235. (set #prefs-mine
  3236. (cat    "Mia Configurazione"
  3237. ))
  3238.  
  3239. (set #prefs-xterm
  3240. (cat    "Come XTerm"
  3241. ))
  3242.  
  3243. (set #prefs-none
  3244. (cat    "nessuna"
  3245. ))
  3246.  
  3247. (set #patch-more-pi
  3248. (cat    "Si desidera correggere un errore nel comando More?"
  3249. ))
  3250.  
  3251. (set #patch-more-help
  3252. (cat    "Il comando More disabilita l'iconficaziione della finestra di ViNCEd "
  3253.     "nella quale sta girando. Questo patch corregge il problema per la "
  3254.     "versione 40.3 di More e aggiorna il numero di versione a 40.4."
  3255. ))
  3256.  
  3257. (set #where-more
  3258. (cat    "Selezionare il comando More:"
  3259. ))
  3260.  
  3261. (set #where-more-help
  3262. (cat    "Si selezioni il comando More col riquadro di richiesta file. Di "
  3263.     "solito lo si trova nel cassetto \"Utilities\" della partizione "
  3264.     "di sistema.\n"
  3265.     #patch-more-help
  3266. ))
  3267.  
  3268. (set #install-named-pi
  3269. (cat    "Si desidera installare il NamedConsoleHandler?"
  3270. ))
  3271.  
  3272. (set #install-named-help
  3273. (cat    "Il NamedConsoleHandler aggira una caratteristica delle "
  3274.     "versioni 2.0 e 2.1 del S.O. che impedisce il funzionamento di "
  3275.     "^Z in ViNCEd. Non è necessario installarlo se si sta usando il "
  3276.     "S.O. 3.0 o 3.1. "
  3277. ))
  3278.  
  3279. (set #install-named-where
  3280. (cat    "Dove si vuole installare il NamedConsoleHandler?"
  3281. ))
  3282.  
  3283. (set #install-named-where-help
  3284. (cat    "Il NamedConsoleHandler dovrebbe essere posto nel cassetto L: "
  3285.     "della partizione di boot, dove stanno tutti gli altri handler.\n "
  3286.     #install-named-help
  3287. ))
  3288.  
  3289. (set #install-named-icon
  3290. (cat    "Dove si vuole installare l'icona di montaggio della NamedConsole?"
  3291. ))
  3292.  
  3293. (set #install-named-icon-help
  3294. (cat    "L'icona di montaggio della NamedConsoleHandler dovrebbe stare "
  3295.     "in DEVS:DosDrivers, dove ci sono le altre icone di montaggio. "
  3296.     "Per abiliare il comando ^Z di ViNCEd per le versioni 2.0 e "
  3297.     "2.1 del Sistema Operativo, questa icona deve essere montata "
  3298.     "all'avvio.\n"
  3299.     #install-named-help
  3300. ))
  3301.  
  3302. (set #exit-not-found
  3303. (cat    "Impossibile trovare il file \"%s\" - Errore del DOS %ld "
  3304.     "- installazione terminata prematuramente. "
  3305. ))
  3306.  
  3307. (set #exit-text
  3308. (cat    "Installazione di ViNCEd completata. Si dovrebbe ora riavviare il computer.\n"
  3309.     "Spero che ViNCEd vi piaccia quanto piace a me..."
  3310. ))
  3311. ))
  3312.  
  3313. ;==========================================================================
  3314. ;###script###
  3315. ;say hi !
  3316. ;
  3317. (welcome)
  3318. ;==========================================================================
  3319. ;intialize some strings.
  3320. ;unfortunately, the installer does distinguish between empty strings
  3321. ;and non-initialized strings. Ooops.
  3322. (set #archive "")
  3323. (set #guide-path "")
  3324. (set #libs "")
  3325. (set #where-docs "")
  3326. (set #stringdest "")
  3327. (set #uxdest "")
  3328. (set #uxguidedest "")
  3329. (set #multidest "")
  3330. (set #topazdest "")
  3331. (set #cdir "")
  3332. (set #devsdir "")
  3333. (set #prefsdrawer "")
  3334. (set #where-guide "")
  3335. (set #guide-path "")
  3336. (set #script-location "")
  3337. (set #icon-pos "")
  3338. (set #tbidest "")
  3339. (set #more-location "")
  3340. (set #named-location "")
  3341. (set #named-icon-location "")
  3342.  
  3343. ;===========================================================================
  3344. ; get target directory where update is to be installed
  3345.  
  3346. (set #old_wb "SYS:")
  3347.  
  3348. (set #target (askdir    (prompt #which-disk)
  3349.             (help #which-disk-help)
  3350.             (disk)
  3351.             (default #old_wb)
  3352. ))
  3353.  
  3354. (if (not (and (exists (tackon #target "S/Startup-Sequence"))
  3355.           (exists (tackon #target "DEVS"))
  3356.           (exists (tackon #target "LIBS"))
  3357.           (exists (tackon #target "C")) ))
  3358.      ;then
  3359.      (abort #no-assign)
  3360. )
  3361.  
  3362. ;set @default-dest to user selected target
  3363. (set @default-dest #target)
  3364.  
  3365. ;get directory to save old files
  3366. (set #stash_old (tackon #target #old-name))
  3367.  
  3368. ;==========================================================================
  3369. ;rename old files
  3370.  
  3371. (set #startup-sequence  (tackon #target "S/Startup-Sequence"))
  3372. (set #mountlist          (tackon #target "DEVS/MountList"))
  3373. (set #devssettings    (tackon #target "DEVS/VNC-Configuration"))
  3374. (set #oldsettings    (tackon #target "Prefs/ENVARC/Sys/VNC-Configuration"))
  3375. (set #oldarexx        (tackon #target "LIBS/rexxsyslib.library"))
  3376. (set #oldmore        (tackon #target "Utilities/More"))
  3377.  
  3378. ;get all existing files
  3379. (set #oldfiles "")
  3380.  
  3381. (if (exists #startup-sequence)
  3382.     ;then
  3383.     (set #oldfiles (cat #oldfiles #startup-sequence "\n"))
  3384. )
  3385.  
  3386. (if (exists #mountlist)
  3387.     ;then
  3388.     (set #oldfiles (cat #oldfiles #mountlist "\n"))
  3389. )
  3390.  
  3391. (if (exists #oldsettings)
  3392.     ;then
  3393.     (set #oldfiles (cat #oldfiles #oldsettings "\n"))
  3394. )
  3395.  
  3396. (if (exists #devssettings)
  3397.     ;then
  3398.     (set #oldfiles (cat #oldfiles #devssettings "\n"))
  3399. )
  3400.  
  3401. (if (exists #oldarexx)
  3402.     ;then
  3403.     (set #oldfiles (cat #oldfiles #oldarexx "\n"))
  3404. )
  3405.  
  3406. (if (exists #oldmore)
  3407.     ;then
  3408.     (set #oldfiles (cat #oldfiles #oldmore "\n"))
  3409. )
  3410.  
  3411. ;if some oldfiles found
  3412. (if (<> #oldfiles "")
  3413. (
  3414.     (if (askbool (prompt (#move-old #stash_old #oldfiles))
  3415.          (help (#move-old-help #stash_old))
  3416.          (choices #move-old-1 #move-old-2)
  3417.          (default 1)
  3418.     )
  3419.     ;then do it
  3420.     (
  3421.     ; create new directory w icon
  3422.     (makedir #stash_old (infos))
  3423.     ; create s and devs subdirectory
  3424.     (makedir (tackon #stash_old "S"))
  3425.     (makedir (tackon #stash_old "Devs"))
  3426.  
  3427.     ; copy startup-sequence to old-drawer
  3428.     (if (exists #startup-sequence)
  3429.         ;then
  3430.         (
  3431.         (delete (tackon #stash_old "S/Startup-Sequence"))
  3432.         (copyfiles
  3433.             (source #startup-sequence)
  3434.             (dest (tackon #stash_old "S/Startup-sequence"))
  3435.         )               
  3436.     ))
  3437.  
  3438.     ;copy mountlist to old-drawer
  3439.     (if (exists #mountlist)
  3440.         ;then
  3441.         (
  3442.         (delete (tackon #stash_old "DEVS/Mountlist"))
  3443.         (copyfiles
  3444.             (source #mountlist)
  3445.             (dest   (tackon #stash_old "DEVS/Mountlist"))
  3446.         )
  3447.     ))
  3448.  
  3449.     (if (exists #oldsettings)
  3450.         ;then
  3451.         (
  3452.         (delete (tackon #stash_old "Prefs/ENVARC/Sys/VNC-Configuration"))
  3453.         (copyfiles
  3454.             (source #oldsettings)
  3455.             (dest   (tackon #stash_old "Prefs/ENVARC/Sys/VNC-Configuration"))
  3456.         )
  3457.     ))
  3458.  
  3459.     (if (exists #devssettings)
  3460.         ;then
  3461.         (
  3462.         (delete (tackon #stash_old "DEVS/VNC-Configuration"))
  3463.         (copyfiles
  3464.             (source #devssettings)
  3465.             (dest   (tackon #stash_old "DEVS/VNC-Configuration"))
  3466.         )
  3467.     ))
  3468.  
  3469.     (if (exists #oldarexx)
  3470.         ;then
  3471.         (
  3472.         (copyfiles
  3473.             (source #oldarexx)
  3474.             (dest #stash_old)
  3475.         )
  3476.     ))
  3477.  
  3478.     (if (exists #oldmore)
  3479.         ;then
  3480.         (
  3481.         (copyfiles
  3482.             (source #oldmore)
  3483.             (dest #stash_old)
  3484.         )
  3485.     ))
  3486.     
  3487.     ))
  3488. ))
  3489.  
  3490. (complete 5)
  3491. ;==========================================================================
  3492. ;###install library###
  3493. ; now copy ViNCEd to target
  3494.  
  3495. ; ask user to insert VNC
  3496.  
  3497. (set #vncsource "/")
  3498.  
  3499. (if (> @user-level 1)
  3500.     ;then
  3501.     (set #vncsource (askdir (prompt #ask-vnc)
  3502.                 (help   #ask-vnc-help)
  3503.                 (default "/")
  3504.             ))
  3505. )
  3506.  
  3507. (makeassign "..VNC.." #vncsource (safe))
  3508.  
  3509. (set #guide-path (askfile       (prompt #browser-where)
  3510.                 (help #browser-help)
  3511.                 (default (tackon #target "Utilities/MultiView"))
  3512.             )
  3513. )
  3514.  
  3515. (if (<> #guide-path "")
  3516.     (run    ("\"%s\" ..VNC..:ReadMe.First!" #guide-path))
  3517. )
  3518.  
  3519. ;(execute "..VNC..:Install/Secret" (safe))
  3520.  
  3521. ;copy library
  3522. (if (> @user-level 1)
  3523.     ;then
  3524.     (
  3525.         (set #pi-copy-lib
  3526.             (askbool    (prompt #copy-lib)
  3527.                     (help #copy-lib-help)
  3528.                     (default 1)
  3529.                     (choices #yes #no)
  3530.             )
  3531.         )
  3532.     )
  3533.     (set #pi-copy-lib 1)
  3534. )
  3535.  
  3536. (set #libs (tackon #target "LIBS"))
  3537. (set #cdir (tackon #target "C"))
  3538.  
  3539. (if #pi-copy-lib
  3540.     (
  3541.         (if (> @user-level 1)
  3542.             ;then
  3543.             (
  3544.                 (set #libs
  3545.                     (askdir     (prompt #where-lib)
  3546.                             (help #where-lib-help)
  3547.                             (default #libs)
  3548.                     )
  3549.                 )
  3550.             )
  3551.         )
  3552.  
  3553.         (if (<> #libs "")
  3554.             (
  3555.                 (if (not (exists #libs))
  3556.                     (makedir #libs)
  3557.                 )
  3558.  
  3559.                 (copyfiles      (source "..VNC..:LIBS/vnc.library")
  3560.                         (dest #libs)
  3561.                 )
  3562.             )
  3563.         )
  3564.     )
  3565. )
  3566. ;=========================================================================
  3567. ;###install setvnc###
  3568. (complete 10)
  3569.  
  3570. ;copy preference-program
  3571. (if (> @user-level 1)
  3572.     ;then
  3573.     (
  3574.         (set #pi-copy-setvnc
  3575.             (askbool    (prompt #copy-setvnc)
  3576.                     (help #copy-setvnc-help)
  3577.                     (default 1)
  3578.                     (choices #yes #no)
  3579.             )
  3580.         )
  3581.     )
  3582.     (set #pi-copy-setvnc 1)
  3583. )
  3584.  
  3585. (if #pi-copy-setvnc
  3586.     (
  3587.  
  3588.         (if (> @user-level 1)
  3589.             ;then
  3590.             (
  3591.                 (set #cdir
  3592.                     (askdir     (prompt #where-setvnc)
  3593.                             (help #where-setvnc-help)
  3594.                             (default #cdir)
  3595.                     )
  3596.                 )
  3597.             )
  3598.         )
  3599.  
  3600.         (if (<> #cdir "")
  3601.             (
  3602.  
  3603.                 (if (not (exists #cdir))
  3604.                     (makedir #cdir)
  3605.                 )
  3606.  
  3607.                 (if (exists "..VNC..:C/SetVNC")
  3608.                     ;then
  3609.                     (
  3610.                         (copyfiles      (source "..VNC..:C/SetVNC")
  3611.                                 (dest #cdir)
  3612.                         )
  3613.                     )
  3614.                     ;else
  3615.                     (
  3616.                         (copyfiles      (source "..VNC..:C/SetVNC.coded")
  3617.                                 (dest "T:")
  3618.                         )
  3619.         
  3620.                         (if (<> 0 (run "..VNC..:Extras/Decode T:SetVNC.coded"))
  3621.                             (abort #exit-not-decoded)
  3622.                         )
  3623.         
  3624.                         (run "Wait 2")
  3625.         
  3626.                         (rename     "T:SetVNC.coded" "T:SetVNC")
  3627.  
  3628.                         (copyfiles      (source "T:SetVNC")
  3629.                                 (dest #cdir)
  3630.                         )
  3631.         
  3632.                         (delete     "T:SetVNC")
  3633.                     )
  3634.                 )
  3635.             )
  3636.         )
  3637.     )
  3638. )
  3639.  
  3640. ;remove the obsolete DEVS:VNC-Configuration file if present
  3641. (if (>= #version 36)
  3642.     ;then
  3643.     (
  3644.         (if (exists (tackon #target "Devs/VNC-Configuration"))
  3645.             (delete (tackon #target "Devs/VNC-Configuration"))
  3646.         )
  3647.         (if (exists (tackon #target "Devs/VNC-Configuration.info"))
  3648.             (delete (tackon #target "Devs/VNC-Configuration.info"))
  3649.         )
  3650.  
  3651.     )
  3652. )
  3653. ;============================================================================
  3654. ;###install languages###
  3655. (complete 15)
  3656. ;
  3657. ;add language-specific if 2.1 or higher
  3658. ;
  3659. (if (>= #version 38)
  3660.     ;then
  3661.     (
  3662.         (if (> @user-level 1)
  3663.             (set #lang_mask (askoptions     (prompt #do-locale)
  3664.                             (help #locale-help)
  3665.                             (default #default_lang)
  3666.                             (choices "English"
  3667.                                  "Deutsch"
  3668.                                  "Français"
  3669.                                  "Slovensko"
  3670.                                  "Italiano"
  3671.                             )
  3672.                     )
  3673.             )
  3674.             (set #lang_mask -1)
  3675.         )
  3676.  
  3677.         (if (in #lang_mask 1)
  3678.             (
  3679.                 (set #lang_arg "Deutsch")
  3680.                 (INSTALL_LANGUAGE)
  3681.             )
  3682.         )
  3683.  
  3684.         (if (in #lang_mask 2)
  3685.             (
  3686.                 (set #lang_arg "Français")
  3687.                 (INSTALL_LANGUAGE)
  3688.             )
  3689.         )
  3690.  
  3691.         (if (in #lang_mask 3)
  3692.             (
  3693.                 (set #lang_arg "Slovensko")
  3694.                 (INSTALL_LANGUAGE)
  3695.             )
  3696.         )
  3697.  
  3698.         (if (in #lang_mask 4)
  3699.             (
  3700.                 (set #lang_arg "Italiano")
  3701.                 (INSTALL_LANGUAGE)
  3702.             )
  3703.         )
  3704.     )
  3705. )
  3706. ;=========================================================================
  3707. ;###install mountlist###
  3708. ;
  3709. (complete 20)
  3710. ;
  3711. ;add mountlist entry if release 2.0 or less
  3712.  
  3713. (if ( > @user-level 1)
  3714.     (set #mount-pi (askbool (prompt #do-mount)
  3715.                 (help #mount-help)
  3716.                 (default 1)
  3717.                 (choices #yes #no)
  3718.             )
  3719.     )
  3720.     (set #mount-pi 1)
  3721. )
  3722.  
  3723. (if #mount-pi
  3724.  
  3725.     (if (< #version 38)
  3726.         ;then
  3727.         (
  3728.             (set #joinsoure  "..VNC..:DEVS/Mount_VNC")
  3729.             (set #name       (tackon #target "devs/MountList"))
  3730.             (JOIN)
  3731.             (set #joinsoure  "..VNC..:DEVS/Mount_NEWCON")
  3732.             (JOIN)
  3733.         )
  3734.         ;else copy the icons
  3735.         (
  3736.             (set #devsdir (tackon #target "DEVS/DosDrivers"))
  3737.  
  3738.             (if (> @user-level 1)
  3739.                 ;then
  3740.                 (
  3741.                     (set #devsdir
  3742.                         (askdir     (prompt #where-devs)
  3743.                                 (help #where-devs-help)
  3744.                                 (default #devsdir)
  3745.                         )
  3746.                     )
  3747.                 )
  3748.             )
  3749.     
  3750.             (if (<> #devsdir "")
  3751.                 (
  3752.  
  3753.                     (if (not (exists #devsdir))
  3754.                         (makedir #devsdir)
  3755.                     )
  3756.             
  3757.                     (copyfiles
  3758.                         (source "..VNC..:DEVS/DosDrivers")
  3759.                         (dest #devsdir)
  3760.                         (infos)
  3761.                         (all)
  3762.                     )
  3763.                 )
  3764.             )
  3765.         )
  3766.     )
  3767. )
  3768.  
  3769. ;=========================================================================
  3770. ;###install the NamedConsoleHandler for Os 2.0 and 2.1 ###
  3771. ;
  3772. (complete 25)
  3773. ;
  3774. ;
  3775. (set #install-named 0)
  3776.  
  3777. ( if (< #version 39)
  3778.     (
  3779.         (set #install-named 1)
  3780.         (if ( > @user-level 1)
  3781.             (
  3782.                 (set #install-named     (askbool     (prompt #install-named-pi)
  3783.                                     (help #install-named-help)
  3784.                                     (default 1)
  3785.                                     (choices #yes #no)
  3786.                             )
  3787.                 )
  3788.             )
  3789.         )
  3790.     )
  3791. )                    
  3792.  
  3793. (if #install-named
  3794.     (
  3795.         (set #named-location (tackon #target "L"))
  3796.  
  3797.         (if (> @user-level 1)
  3798.             ;then
  3799.             (
  3800.                 (set #named-location
  3801.                     (askdir    (prompt #install-named-where)
  3802.                         (help #install-named-where-help)
  3803.                         (default #named-location)
  3804.                     )
  3805.                 )
  3806.             )
  3807.         )
  3808.  
  3809.         (if (<> #named-location "")
  3810.             (
  3811.  
  3812.                 (if (not (exists #named-location))
  3813.                     (makedir #named-location)
  3814.                 )
  3815.             
  3816.                 (copyfiles
  3817.                     (source "..VNC..:Extras/NamedConsoleHandler")
  3818.                     (dest #named-location)
  3819.                 )
  3820.             )
  3821.         )
  3822.  
  3823.         (if (< #version 38)
  3824.             ;then
  3825.             (
  3826.                 (set #joinsoure  "..VNC..:Extras/Mount_CONSOLE")
  3827.                 (set #name       (tackon #target "devs/MountList"))
  3828.                 (JOIN)
  3829.             )
  3830.             (
  3831.  
  3832.                 (set #named-icon-location (tackon #target "DEVS/DosDrivers"))
  3833.  
  3834.                 (if (> @user-level 1)
  3835.                     ;then
  3836.                     (
  3837.                         (set #named-icon-location
  3838.                             (askdir    (prompt #install-named-icon)
  3839.                                 (help #install-named-icon-help)
  3840.                                 (default #named-icon-location)
  3841.                             )
  3842.                         )
  3843.                     )
  3844.                 )
  3845.  
  3846.                 (if (<> #named-icon-location "")
  3847.                     (
  3848.  
  3849.                         (if (not (exists #named-icon-location))
  3850.                             (makedir #named-icon-location)
  3851.                         )
  3852.             
  3853.                         (copyfiles
  3854.                             (source "..VNC..:Extras/CONSOLE")
  3855.                             (dest #named-icon-location)
  3856.                             (infos)
  3857.                         )
  3858.                     )
  3859.                 )
  3860.             )
  3861.         )        
  3862.     )
  3863. )
  3864.     
  3865. ;=========================================================================
  3866. ;###install prefs-icon###
  3867. ;
  3868. ;get drawer to copy preference-icon
  3869. ;    
  3870. (complete 30)
  3871. ;
  3872.  
  3873. (if (= #cdir "")
  3874.     (set #pi-copy-prefs 0)
  3875.     (if (> @user-level 1)
  3876.         (set #pi-copy-prefs
  3877.             (askbool    (prompt #do-prefs)
  3878.                     (help #prefs-help)
  3879.                     (default 1)
  3880.                     (choices #yes #no)
  3881.             )
  3882.         )
  3883.         (set #pi-copy-prefs 1)
  3884.     )
  3885. )
  3886.  
  3887. (set #pi-replace-prefs 1)
  3888.  
  3889. (if #pi-copy-prefs
  3890.     (
  3891.         (set #prefsdrawer #target)
  3892.  
  3893.         (if (exists (tackon #prefsdrawer "Prefs"))
  3894.             ;then
  3895.             (set #prefsdrawer (tackon #prefsdrawer "Prefs"))
  3896.         )
  3897.  
  3898.         (if (> @user-level 1)
  3899.             ;then
  3900.                    (
  3901.                        (set #prefsdrawer
  3902.                            (askdir    (prompt #where-prefs)
  3903.                               (help #where-prefs-help)
  3904.                                (default #prefsdrawer)
  3905.                     )
  3906.                        )
  3907.                    )
  3908.         )
  3909.     )
  3910. )
  3911.  
  3912. (if (= #prefsdrawer "")
  3913.     (set #pi-copy-prefs 0)
  3914. )
  3915.  
  3916. ;copy preference-icon
  3917. (if #pi-copy-prefs
  3918.     (
  3919.  
  3920.         (if (not (exists #prefsdrawer))
  3921.                 (makedir #prefsdrawer)
  3922.         )
  3923.  
  3924.         (copyfiles      (source "..VNC..:Prefs/SetVNC.info")
  3925.                 (dest   #prefsdrawer)
  3926.         )
  3927.  
  3928.         (tooltype       (dest   (tackon #prefsdrawer "SetVNC"))
  3929.                 (setdefaulttool (tackon #cdir "SetVNC"))
  3930.                 (noposition)
  3931.         )
  3932.     )
  3933. )
  3934.  
  3935. (if (= #prefsdrawer "")
  3936.     (
  3937.         (set #prefsdrawer #target)
  3938.  
  3939.         (if (exists (tackon #prefsdrawer "Prefs"))
  3940.             ;then
  3941.             (set #prefsdrawer (tackon #prefsdrawer "Prefs"))
  3942.         )
  3943.     )
  3944. )
  3945.     
  3946.  
  3947. (if (> #version 35)
  3948.     (
  3949.         (set #archive (tackon #prefsdrawer "Env-Archive"))
  3950.  
  3951.         (if (> @user-level 1)
  3952.         ;then
  3953.             (
  3954.                        (set #archive
  3955.                            (askdir    (prompt #where-archive)
  3956.                         (help #where-archive-help)
  3957.                                (default #archive)
  3958.                     )
  3959.                        )
  3960.                    )
  3961.         )
  3962.  
  3963.         (if (and (<> #archive "") (exists #archive))
  3964.         ;then
  3965.             (
  3966.                 (if (exists (tackon #archive "sys/VNC-Configuration"))
  3967.                     (if (> @user-level 1)
  3968.                         (
  3969.                             (set #pi-replace-prefs (askbool    (prompt #replace-old)
  3970.                                             (help #replace-old-help)
  3971.                                             (default 1)
  3972.                                             (choices #yes #no)
  3973.                                             )
  3974.                             )
  3975.                         )
  3976.                         (set #pi-replace-prefs 0)
  3977.                     )
  3978.                     (set #pi-replace-prefs 1)            
  3979.                 )
  3980.  
  3981.                 (if #pi-replace-prefs
  3982.                     (
  3983.                         (set #prefs-mask (askchoice    (prompt #which-prefs)
  3984.                                         (help #which-prefs-help)
  3985.                                         (choices     #prefs-standard
  3986.                                                 #prefs-mine
  3987.                                                 #prefs-xterm
  3988.                                                 #prefs-none
  3989.                                         )
  3990.                                         (default 2)
  3991.                                 )
  3992.                         )        
  3993.  
  3994.                         (if (= #prefs-mask 0)
  3995.                             (copyfiles    (source "..VNC..:Prefs/Env-Archive/Default.Prefs")
  3996.                                         (dest #archive)
  3997.                                         (newname "ViNCEd.Prefs")
  3998.                             )
  3999.                         )
  4000.         
  4001.                         (if (= #prefs-mask 1)
  4002.                             (copyfiles    (source "..VNC..:Prefs/Env-Archive/My.Prefs")
  4003.                                     (dest #archive)
  4004.                                     (newname "ViNCEd.Prefs")
  4005.                             )
  4006.                         )
  4007.  
  4008.                         (if (= #prefs-mask 2)
  4009.                             (copyfiles    (source "..VNC..:Prefs/Env-Archive/XTerm.Prefs")
  4010.                                     (dest #archive)
  4011.                                     (newname "ViNCEd.Prefs")
  4012.                             )
  4013.                         )
  4014.                     )
  4015.                 )    
  4016.             )
  4017.         )
  4018.     )
  4019.     (
  4020.         (set #archive (tackon #target "Devs"))
  4021.  
  4022.         (if (exists #archive)
  4023.             (copyfiles      (source "..VNC..:Prefs/Env-Archive/sys/Default.Prefs")
  4024.                     (dest (tackon #archive "VNC-Configuration"))
  4025.             )
  4026.         )
  4027.     )    
  4028. )
  4029.  
  4030. ;==========================================================================
  4031. ;###install-guide###
  4032. ;
  4033. (complete 35)
  4034. ;
  4035. ;ask user to install the vnc-guide
  4036. ;
  4037. (if (> @user-level 1)
  4038.     (set #do-help   (askbool    (prompt #copy-help)
  4039.                     (help #copy-help-help)
  4040.                     (default 1)
  4041.                     (choices #yes #no)
  4042.             )
  4043.     )
  4044.     (set #do-help 1)
  4045. )
  4046.  
  4047. (if #do-help
  4048.     (
  4049.         (set #where-guide       (askdir     (prompt #help-dir)
  4050.                             (help   #help-help)
  4051.                             (default (tackon #target "Guides"))
  4052.                             (newpath)
  4053.                     )
  4054.         )
  4055.  
  4056.         (if (<> #where-guide "")
  4057.             (
  4058.                 (copyfiles
  4059.                     (source "..VNC..:Guides/ViNCEd.Guide")
  4060.                     (dest #where-guide)
  4061.                     (infos)
  4062.                     (noposition)
  4063.                 )
  4064.         
  4065.                 (if #pi-copy-prefs 
  4066.                     (tooltype
  4067.                         (dest (tackon #prefsdrawer "SetVNC"))
  4068.                         (settooltype "HELPPATH" (tackon #where-guide "ViNCEd.guide"))
  4069.                     )
  4070.                 )
  4071.  
  4072.                 (if (and (<> #archive "") (> #version 35) (exists #archive))
  4073.                     (
  4074.                         (set #envguide (tackon #archive "VNCGuide.path"))
  4075.                         (if (exists #envguide)
  4076.                             (delete    #envguide)
  4077.                         )
  4078.                         (textfile     (dest #envguide)
  4079.                                 (append    (tackon #where-guide "ViNCEd.guide"))
  4080.                         )
  4081.                     )
  4082.                 )
  4083.  
  4084.                 (if (= #guide-path "")
  4085.                     (set #guide-path (askfile (prompt #browser-where)
  4086.                                   (help #browser-help)
  4087.                                   (default (tackon #target "Utilities/MultiView"))
  4088.                             )
  4089.                     )
  4090.                 )
  4091.  
  4092.                 (if (<> #guide-path "")
  4093.                     (tooltype
  4094.                         (dest (tackon #where-guide "ViNCEd.Guide"))
  4095.                         (setdefaulttool #guide-path)
  4096.                     )
  4097.                 )
  4098.             )
  4099.         )
  4100.     )
  4101. )
  4102.  
  4103. ;==========================================================================
  4104. ;###install scripts###
  4105. ;
  4106. (complete 40)
  4107. ;
  4108. ;now install the scripts
  4109. (if (> @user-level 1)
  4110.     (
  4111.         (set #pi-copy-scripts (askbool  (prompt #do-scripts)
  4112.                         (help #scripts-help)
  4113.                         (default 1)
  4114.                         (choices #yes #no)
  4115.                     )
  4116.         )
  4117.  
  4118.         (if #pi-copy-scripts
  4119.             (
  4120.                 (set #script-location
  4121.                     (askdir (prompt #where-scripts)
  4122.                         (help #where-scripts-help)
  4123.                         (default (tackon #target "S"))
  4124.                     )
  4125.                 )
  4126.  
  4127.                 (if (<> #script-location "")
  4128.                     (if (not (exists #script-location))
  4129.                         (makedir (#script-location))
  4130.                     )
  4131.                     (set #pi-copy-scripts 0)
  4132.                 )
  4133.             )
  4134.         )
  4135.     )
  4136.     (
  4137.         (set #pi-copy-scripts 1)
  4138.         (set #script-location (tackon #target "S"))
  4139.     )
  4140. )
  4141.  
  4142. ;==========================================================================
  4143. (complete 45)
  4144. (if #pi-copy-scripts
  4145.     (
  4146.  
  4147.         (protect "..VNC..:S/fg" "+es")
  4148.         (protect "..VNC..:S/bg" "+es")
  4149.         (protect "..VNC..:S/fork" "+es")
  4150.         (protect "..VNC..:S/SetFont" "+es")
  4151.         (protect "..VNC..:S/SetKeyBoard" "+es")
  4152.         (protect "..VNC..:S/More" "+es")
  4153.  
  4154.         (copyfiles      (source "..VNC..:S/fg")
  4155.                 (dest   #script-location)
  4156.                 (optional force)
  4157.         )
  4158.  
  4159.         (copyfiles      (source "..VNC..:S/bg")
  4160.                 (dest   #script-location)
  4161.                 (optional force)
  4162.         )
  4163.  
  4164.         (copyfiles      (source "..VNC..:S/fork")
  4165.                 (dest   #script-location)
  4166.                 (optional force)
  4167.         )
  4168.  
  4169.         (copyfiles      (source "..VNC..:S/SetFont")
  4170.                 (dest   #script-location)
  4171.                 (optional force)
  4172.         )
  4173.  
  4174.         (copyfiles      (source "..VNC..:S/SetKeyboard")
  4175.                 (dest   #script-location)
  4176.                 (optional force)
  4177.         )
  4178.  
  4179.         (copyfiles      (source "..VNC..:S/More")
  4180.                 (dest   #script-location)
  4181.                 (optional force)
  4182.         )
  4183.     )
  4184. )
  4185. ;
  4186. ;==========================================================================
  4187. ;###install startup###
  4188. ;
  4189. (complete 50)
  4190. ;
  4191. ; now modify the startup-sequence
  4192. ; first get the name 
  4193. (if (>= #version 36)
  4194.     (set #nametype 1)
  4195.     (set #nametype 2)
  4196. )
  4197.  
  4198. ;now ask the expert user if it's O.K.
  4199. (if (> @user-level 1)
  4200.      (set #nametype  (+    (askchoice
  4201.                 (prompt #which-name)
  4202.                 (help   #which-name-help)
  4203.                 (choices "VNC" "NEWCON")
  4204.              ) 1)    
  4205.      )
  4206. )
  4207.  
  4208. (if (= #nametype 1)
  4209.     (set #installcmd "Mount VNC:")
  4210.     (set #installcmd "Mount NEWCON:")
  4211. )
  4212.  
  4213. (if (>= #version 36)
  4214.     (set #installcmd (cat ";" #installcmd))
  4215. )
  4216.  
  4217. (if (> @user-level 1)
  4218.     (set #pi-copy-icon (askbool     (prompt #copy-icon)
  4219.                     (help #copy-icon-help)
  4220.                     (default 1)
  4221.                     (choices #yes #no)
  4222.                 )
  4223.     )
  4224.     (set #pi-copy-icon 1)
  4225. )
  4226.  
  4227. (set #icon-pos #target)
  4228.  
  4229. (if (not (exists (tackon #icon-pos "Shell.info")))
  4230.     (set #icon-pos (tackon #target "System"))
  4231. )
  4232.  
  4233. (if (> @user-level 1)
  4234.     (if #pi-copy-icon
  4235.         (
  4236.             (set #icon-pos  (askdir (prompt #where-shell)
  4237.                         (help #where-shell-help)
  4238.                         (default #icon-pos)
  4239.                     )
  4240.             )
  4241.         )
  4242.     )
  4243. )
  4244.  
  4245. (if (<> #icon-pos "")
  4246.     (if #pi-copy-icon
  4247.         (
  4248.  
  4249.             (if (exists (tackon #icon-pos "Shell.Info"))
  4250.                 (delete (tackon #icon-pos "Shell.info"))
  4251.             )
  4252.  
  4253.             (if (= #nametype 1)
  4254.                 (
  4255.                     (copyfiles
  4256.                         (source "..VNC..:Shell_VNC.info")
  4257.                         (dest   #icon-pos)
  4258.                     )
  4259.                     (rename (tackon #icon-pos "Shell_VNC.info")
  4260.                         (tackon #icon-pos "Shell.info"))
  4261.                 )
  4262.                 (
  4263.                     (copyfiles
  4264.                         (source "..VNC..:Shell.info")
  4265.                         (dest   #icon-pos)
  4266.                     )
  4267.                 )
  4268.             )
  4269.  
  4270.             (tooltype       (dest   (tackon #icon-pos "Shell"))
  4271.                     (noposition)
  4272.             )
  4273.         )
  4274.     )
  4275. )
  4276.  
  4277. (if #pi-copy-setvnc
  4278.     (
  4279.         (if (> @user-level 0)
  4280.             (set #do-override
  4281.                 (askbool    (prompt #override-con)
  4282.                         (help #override-help)
  4283.                         (default 1)
  4284.                         (choices #yes #no)
  4285.                 )
  4286.             )
  4287.             (set #do-override 1)
  4288.         )
  4289.  
  4290.         (if #do-override
  4291.             (set #installcmd (cat #installcmd ("\n%s Quiet Mount Override as CON:" (tackon #cdir "SetVNC"))))
  4292.         )
  4293.     )
  4294. )
  4295.  
  4296. (startup "VNC"
  4297.     (command #installcmd)
  4298.     (prompt #modify-startup)
  4299.     (help (#modify-startup-help #installcmd))
  4300. )
  4301.  
  4302. ;==========================================================================
  4303. ;###install includes###
  4304. ;
  4305. (complete 55)
  4306. ;
  4307. ;now install documentation-files for expert user
  4308.  
  4309. (if (> @user-level 1)
  4310.     (
  4311.         (if (askbool    (prompt #do-docs)
  4312.                 (help #docs-help)
  4313.                 (default 0)
  4314.                 (choices #yes #no)
  4315.             )
  4316.             (
  4317.                 (set #where-docs    (askdir (prompt #docs-where)
  4318.                                 (help   #docs-help)
  4319.                                 (default (tackon #target "Include"))
  4320.                                 (newpath)
  4321.                             )
  4322.                 )
  4323.  
  4324.                 (if (<> #where-docs "")
  4325.                     (copyfiles
  4326.                         (source "..VNC..:Include")
  4327.                         (all)
  4328.                         (dest #where-docs)
  4329.                     )
  4330.                 )
  4331.             )
  4332.         )
  4333.     )
  4334. )
  4335.  
  4336. ;==========================================================================
  4337. ;###patch arexx bug###
  4338. ;
  4339. (complete 60)
  4340. ;
  4341. ;
  4342.  
  4343. (if (> @user-level 1)
  4344.     (set #rlibs    (askdir    (prompt    #where-rexx)
  4345.                 (help #where-rexx-help)
  4346.                 (default #libs)
  4347.             )
  4348.     )
  4349.     (set #rlibs #libs)
  4350. )
  4351.  
  4352. (set #rxname (tackon #rlibs "rexxsyslib.library"))
  4353. (set #patch-arexx 0)
  4354.  
  4355. (if (exists #rxname)
  4356.     (
  4357.  
  4358.         (set #rxversion    (getversion (tackon #rlibs "rexxsyslib.library")))
  4359.  
  4360.         (if (< #rxversion (+ (* 36 65536) 24))
  4361.             (
  4362.                     (if (> @user-level 1)
  4363.                     (set #patch-arexx (askbool      (prompt #do-patch)
  4364.                                     (help #patch-help)
  4365.                                     (default 1)
  4366.                                     (choices #yes #no)
  4367.                                 )
  4368.                     )
  4369.                     (set #patch-arexx 1)
  4370.                 )
  4371.             )
  4372.         )
  4373.     )
  4374. )
  4375.     
  4376. (if #patch-arexx
  4377.     (
  4378.             
  4379.         (if (= 0 (run ("..VNC..:Extras/SPatch -ot:rexxsyslib.library -p..VNC..:ARexx/rexxsyslib.pch \"%s\"" #rxname)))
  4380.             (
  4381.                 (copyfiles      (source "t:rexxsyslib.library")
  4382.                         (dest #rlibs)
  4383.                 )
  4384.                 (delete    "t:rexxsyslib.library")
  4385.             )
  4386.         )
  4387.     )
  4388. )
  4389. ;==========================================================================
  4390. ;###patch More bug###
  4391. ;
  4392. (complete 65)
  4393. ;
  4394. ;
  4395.  
  4396. (set #more-location    (tackon #target "Utilities/More"))
  4397.  
  4398. (if (> @user-level 1)
  4399.     (set #more-location    (askfile (prompt #where-more)
  4400.                 (help #where-more-help)
  4401.                 (default #more-location)
  4402.             )
  4403.     )
  4404. )
  4405.  
  4406. (set #patch-more 0)
  4407.  
  4408. (if (exists #more-location)
  4409.     (
  4410.  
  4411.         (set #moreversion    (getversion #more-location))
  4412.  
  4413.         (if (= #moreversion (+ (* 40 65536) 3))
  4414.             (
  4415.                 (if (> @user-level 1)
  4416.                     (set #patch-more (askbool         (prompt #patch-more-pi)
  4417.                                     (help #patch-more-help)
  4418.                                     (default 1)
  4419.                                     (choices #yes #no)
  4420.                              )
  4421.                     )
  4422.                     (set #patch-more 1)
  4423.                 )
  4424.             )
  4425.         )
  4426.     )
  4427. )
  4428.     
  4429. (if #patch-more
  4430.     (
  4431.         (if (= 0 (run ("..VNC..:Extras/SPatch -ot:More -p..VNC..:Extras/More.pch \"%s\"" #more-location)))
  4432.             (
  4433.                 (copyfiles      (source "t:More")
  4434.                         (dest (pathonly #more-location))
  4435.                 )
  4436.                 (delete    "t:More")
  4437.             )
  4438.         )
  4439.     )
  4440. )
  4441. ;==========================================================================
  4442. ;###install the tbiclass###
  4443. ;
  4444. (complete 70)
  4445. ;
  4446. (if (>= #version 39)
  4447.     (
  4448.         (if (> @user-level 0)
  4449.             (set #pi-copy-tbiclass        (askbool    (prompt #copy-tbiclass)
  4450.                                     (help #copy-tbiclass-help)
  4451.                                     (default 0)
  4452.                                     (choices #yes #no)
  4453.                             )
  4454.             )
  4455.             (set #pi-copy-tbiclass 0)
  4456.         )
  4457.  
  4458.         (if #pi-copy-tbiclass
  4459.             (
  4460.                 (set #tbidest (tackon #target "Classes/Images"))
  4461.  
  4462.                 (if (> @user-level 1)
  4463.                     (set #tbidest        (askdir    (prompt #where-tbiclass)
  4464.                                     (help #where-tbiclass-help)
  4465.                                     (default #tbidest)
  4466.                                 )
  4467.                     )
  4468.                 )
  4469.  
  4470.                 (if (<> #tbidest "")
  4471.                     (
  4472.                         (if (not (exists #tbidest))
  4473.                             (makedir (#tbidest))
  4474.                         )
  4475.                     
  4476.                         (copyfiles      (source "..VNC..:Extras/titlebar.image")
  4477.                                 (dest #tbidest)
  4478.                         )
  4479.                     )
  4480.                 )
  4481.             )
  4482.         )
  4483.     )
  4484. )        
  4485.  
  4486. ;==========================================================================
  4487. ;###install stringsnip###
  4488. ;
  4489. (complete 75)
  4490. ;
  4491. (if (>= #version 37)
  4492.     (
  4493.         (if (> @user-level 0)
  4494.             (set #pi-copy-stringsnip    (askbool    (prompt #copy-stringsnip)
  4495.                                     (help #stringsnip-help)
  4496.                                     (default 1)
  4497.                                     (choices #yes #no)
  4498.                             )
  4499.             )
  4500.             (set #pi-copy-stringsnip 1)
  4501.         )
  4502.  
  4503.         (if #pi-copy-stringsnip
  4504.             (
  4505.                 (set #stringdest (tackon #target "C"))
  4506.  
  4507.                 (if (> @user-level 1)
  4508.                     (set #stringdest    (askdir    (prompt #where-stringsnip)
  4509.                                     (help #where-stringsnip-help)
  4510.                                     (default #stringdest)
  4511.                                 )
  4512.                     )
  4513.                 )
  4514.  
  4515.                 (if (<> #stringdest "")
  4516.                     (
  4517.                         (if (not (exists #stringdest))
  4518.                             (makedir (#stringdest))
  4519.                         )
  4520.                     
  4521.                         (copyfiles      (source "..VNC..:Extras/StringSnip")
  4522.                                 (dest #stringdest)
  4523.                         )
  4524.  
  4525.                         (startup "StringSnip"
  4526.                             (command ("%s >NIL: install" (tackon #stringdest "StringSnip")))
  4527.                             (prompt #install-stringsnip)
  4528.                             (help #stringsnip-help)
  4529.                         )
  4530.                     )
  4531.                 )
  4532.             )
  4533.         )
  4534.     )
  4535. )
  4536. ;==========================================================================
  4537. ;###install unixdirs###
  4538. ;
  4539. (complete 80)
  4540. ;
  4541. (if (>= #version 37)
  4542.     (
  4543.         (if (> @user-level 0)
  4544.                 (set #pi-copy-uxd        (askbool    (prompt #copy-unixdirs)
  4545.                                     (help #unixdirs-help)
  4546.                                     (default 0)
  4547.                                     (choices #yes #no)
  4548.                             )
  4549.             )
  4550.             (set #pi-copy-uxd 0)
  4551.         )
  4552.  
  4553.         (if #pi-copy-uxd
  4554.             (
  4555.  
  4556.                 (set #uxdest (tackon #target "C"))
  4557.  
  4558.                 (if (> @user-level 1)
  4559.                     (set #uxdest        (askdir    (prompt #where-unixdirs)
  4560.                                     (help #where-unixdirs-help)
  4561.                                     (default #uxdest)
  4562.                                 )
  4563.                     )
  4564.                 )
  4565.  
  4566.                 (if (<> #uxdest "")
  4567.                     (
  4568.                         (if (not (exists #uxdest))
  4569.                             (makedir (#uxdest))
  4570.                         )
  4571.                     
  4572.                         (copyfiles      (source "..VNC..:Extras/UnixDirs3/UnixDirs3")
  4573.                                 (dest #uxdest)
  4574.                         )
  4575.  
  4576.                         (startup "UnixDirs3"
  4577.                             (command ("%s WILDSTAR UNIXROOT QUIET" (tackon #uxdest "UnixDirs3")))
  4578.                             (prompt #install-unixdirs)
  4579.                             (help #unixdirs-help)
  4580.                         )
  4581.                     )
  4582.                 )
  4583.  
  4584.  
  4585.                 (set #pi-uxd-guide    (askbool    (prompt #copy-uxhelp)
  4586.                                     (help #copy-uxhelphelp)
  4587.                                     (default 1)
  4588.                                     (choices #yes #no)
  4589.                             )
  4590.                 )
  4591.                 (if #pi-uxd-guide
  4592.                     (
  4593.                         (if (<> #where-guide "")
  4594.                             (set #uxguidedest #where-guide)
  4595.                             (set #uxguidedest (tackon #target "Guides"))
  4596.                         )
  4597.     
  4598.                         (if (not (exists #uxguidedest))
  4599.                             (set #uxguidedest #target)
  4600.                         )
  4601.  
  4602.                         (if (> @user-level 1)
  4603.                             (set #uxguidedest    (askdir    (prompt #where-uxhelp)
  4604.                                             (help #where-uxhelp-help)
  4605.                                             (default #uxguidedest)
  4606.                                         )
  4607.                             )
  4608.                         )
  4609.  
  4610.                         (if (<> #uxguidedest "")
  4611.                             (
  4612.             
  4613.                                 (if (not (exists (#uxguidedest)))
  4614.                                     (makedir (#uxguidedest))
  4615.                                 )
  4616.  
  4617.  
  4618.                                 (copyfiles      (source "..VNC..:Extras/UnixDirs3/UnixDirs3.guide")
  4619.                                         (dest #uxguidedest)
  4620.                                         (infos)
  4621.                                         (noposition)
  4622.                                 )
  4623.                             
  4624.                                 (if (<> #guide-path "")
  4625.                                     (tooltype
  4626.                                         (dest (tackon #uxguidedest "UnixDirs3.Guide"))
  4627.                                         (setdefaulttool #guide-path)
  4628.                                     )
  4629.                                 )
  4630.                             )
  4631.                         )
  4632.                     )
  4633.                 )
  4634.             )
  4635.         )
  4636.     )
  4637. )
  4638. ;==========================================================================
  4639. ;###install truemultiassigns###
  4640. ;
  4641. (complete 90)
  4642. ;
  4643. (if (>= #version 37)
  4644.     (
  4645.         (if (> @user-level 0)
  4646.             (set #pi-copy-multi    (askbool    (prompt #copy-multiassigns)
  4647.                             (help #multiassigns-help)
  4648.                             (default 1)
  4649.                             (choices #yes #no)
  4650.                     )
  4651.             )
  4652.             (set #pi-copy-multi 1)
  4653.         )
  4654.  
  4655.         (if #pi-copy-multi
  4656.             (
  4657.                 (set #multidest (tackon #target "C"))
  4658.  
  4659.                 (if (> @user-level 1)
  4660.                     (set #multidest    (askdir    (prompt    #where-multiassigns)
  4661.                                 (help    #where-multiassigns-help)
  4662.                                 (default #multidest)
  4663.                             )
  4664.                     )
  4665.                 )
  4666.  
  4667.                 (if (<> #multidest "")
  4668.                     (
  4669.                         (if (not (exists #multidest))
  4670.                             (makedir #multidest)
  4671.                         )
  4672.  
  4673.                         (copyfiles      (source "..VNC..:Extras/TrueMultiAssigns")
  4674.                                 (dest #multidest)
  4675.                         )
  4676.  
  4677.                         (startup "TrueMultiAssigns"
  4678.                             (command (tackon #multidest "TrueMultiAssigns"))
  4679.                             (prompt #install-multiassigns)
  4680.                             (help #multiassigns-help)
  4681.                         )
  4682.                     )
  4683.                 )
  4684.             )
  4685.         )
  4686.     )
  4687. )
  4688. ;==========================================================================
  4689. ;###install topaz6.8###
  4690. ;
  4691. (complete 95)
  4692. ;
  4693. (
  4694.     (if (> @user-level 0)
  4695.         (set #pi-copy-topaz        (askbool    (prompt #copy-topaz6)
  4696.                                 (help #copy-topaz6-help)
  4697.                                 (default 1)
  4698.                                 (choices #yes #no)
  4699.                         )
  4700.         )
  4701.         (set #pi-copy-topaz 0)
  4702.     )
  4703.  
  4704.     (if #pi-copy-topaz
  4705.         (
  4706.             (set #topazdest (tackon #target "FONTS"))
  4707.  
  4708.             (if (> @user-level 1)
  4709.                 (set #topazdest        (askdir    (prompt #where-topaz6)
  4710.                                 (help #where-topaz6-help)
  4711.                                 (default #topazdest)
  4712.                             )
  4713.                 )
  4714.             )
  4715.  
  4716.             (if (<> #topazdest "")
  4717.                 (
  4718.                     (if (not (exists #topazdest))
  4719.                         (makedir (#topazdest))
  4720.                     )
  4721.                 
  4722.                     (copyfiles      (source "..VNC..:Extras/Fonts")
  4723.                             (dest #topazdest)
  4724.                             (all)
  4725.                     )
  4726.                 )
  4727.             )
  4728.         )
  4729.     )
  4730. )
  4731.  
  4732. ;==========================================================================
  4733. (complete 100)
  4734.  
  4735. (TERMINATE)
  4736.  
  4737. (exit #exit-text)
  4738.